#64CCEB

Color #64CCEB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #64CCEB

Tints of Turquoise Blue #64CCEB

Color information

#64CCEB (or 0x64CCEB) is unknown color: approx Turquoise Blue. HEX triplet: 64, CC and EB. RGB value is (100,204,235). Sum of RGB (Red+Green+Blue) = 100+204+235=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #64CCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCEB is #9B3314. Grayscale: #B0B0B0. Windows color (decimal): -10171157 or 15453284. OLE color: 15453284.

HSL color Cylindrical-coordinate representation of color #64CCEB: hue angle of 193.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64CCEB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100204235-
CMYK0.570.1300.08
HSL193.78º77.14%65.69%-
HSV(B)193.78º57.45%92.16%-
XYZ41.8451.8986.41-
YUV176.44161.0473.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=18.55%
G=37.85%
B=43.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002042350.570.1300.08193.7877.1465.69
Hex64CCEB39D08c24d42
Octal1443143537115010302115102
Binary110010011001100111010111110011101010001100001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CCEB; }

 p { color: rgb(100,204,235); }

 H1.HeaderClassName
 {
   color: #64CCEB;
 }
 .AnyTagClassName
 {
   color: #64CCEB;
 }
</style>
background-color css

<style>
 a { background-color: #64CCEB; }

 a { background-color: rgb(100,204,235); }

 div.DivClassName
 {
   background-color: #64CCEB;
 }
 .BgClassName
 {
   background-color: #64CCEB;
 }
</style>
border-color css

<style>
 span { border-color: #64CCEB; }

 span { border-color: rgb(100,204,235); }

 td.TdClassName
 {
   border-color: #64CCEB;
 }
 .TagClassName
 {
   border-color: #64CCEB;
 }
</style>