#64DCE9

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

Shades of Turquoise Blue #64DCE9

Tints of Turquoise Blue #64DCE9

Color information

#64DCE9 (or 0x64DCE9) is unknown color: approx Turquoise Blue. HEX triplet: 64, DC and E9. RGB value is (100,220,233). Sum of RGB (Red+Green+Blue) = 100+220+233=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #64DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCE9 is #9B2316. Grayscale: #B9B9B9. Windows color (decimal): -10167063 or 15326308. OLE color: 15326308.

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

Color convert

RGB100220233-
CMYK0.570.0600.09
HSL185.86º75.14%65.29%-
HSV(B)185.86º57.08%91.37%-
XYZ45.5659.7886.23-
YUV185.6154.7466.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.08%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=18.08%
G=39.78%
B=42.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002202330.570.0600.09185.8675.1465.29
Hex64DCE939609ba4b41
Octal144334351716011272113101
Binary11001001101110011101001111001110010011011101010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,233); }

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

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

 a { background-color: rgb(100,220,233); }

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

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

 span { border-color: rgb(100,220,233); }

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