#64CCE8

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

Shades of Turquoise Blue #64CCE8

Tints of Turquoise Blue #64CCE8

Color information

#64CCE8 (or 0x64CCE8) is unknown color: approx Turquoise Blue. HEX triplet: 64, CC and E8. RGB value is (100,204,232). Sum of RGB (Red+Green+Blue) = 100+204+232=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #64CCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCE8 is #9B3317. Grayscale: #AFAFAF. Windows color (decimal): -10171160 or 15256676. OLE color: 15256676.

HSL color Cylindrical-coordinate representation of color #64CCE8: hue angle of 192.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64CCE8 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100204232-
CMYK0.570.1200.09
HSL192.73º74.16%65.1%-
HSV(B)192.73º56.9%90.98%-
XYZ41.4151.7284.14-
YUV176.1159.5473.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.66%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=18.66%
G=38.06%
B=43.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002042320.570.1200.09192.7374.1665.1
Hex64CCE839C09c14a41
Octal1443143507114011301112101
Binary110010011001100111010001110011100010011100000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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