#64CFE8

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

Shades of Turquoise Blue #64CFE8

Tints of Turquoise Blue #64CFE8

Color information

#64CFE8 (or 0x64CFE8) is unknown color: approx Turquoise Blue. HEX triplet: 64, CF and E8. RGB value is (100,207,232). Sum of RGB (Red+Green+Blue) = 100+207+232=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #64CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFE8 is #9B3017. Grayscale: #B1B1B1. Windows color (decimal): -10170392 or 15257444. OLE color: 15257444.

HSL color Cylindrical-coordinate representation of color #64CFE8: hue angle of 191.36º 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 #64CFE8 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100207232-
CMYK0.570.1100.09
HSL191.36º74.16%65.1%-
HSV(B)191.36º56.9%90.98%-
XYZ42.1353.1684.38-
YUV177.86158.5572.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=18.55%
G=38.40%
B=43.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002072320.570.1100.09191.3674.1665.1
Hex64CFE839B09bf4a41
Octal1443173507113011277112101
Binary110010011001111111010001110011011010011011111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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