#64d0db

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

Shades of Turquoise Blue #64D0DB

Tints of Turquoise Blue #64D0DB

Color information

#64D0DB (or 0x64D0DB) is unknown color: approx Turquoise Blue. HEX triplet: 64, D0 and DB. RGB value is (100,208,219). Sum of RGB (Red+Green+Blue) = 100+208+219=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #64D0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0DB is #9B2F24. Grayscale: #B0B0B0. Windows color (decimal): -10170149 or 14405732. OLE color: 14405732.

HSL color Cylindrical-coordinate representation of color #64D0DB: hue angle of 185.55º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D0DB is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100208219-
CMYK0.540.0500.14
HSL185.55º62.3%62.55%-
HSV(B)185.55º54.34%85.88%-
XYZ40.652.9475.1-
YUV176.96151.7273.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=18.98%
G=39.47%
B=41.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002082190.540.0500.14185.5562.362.55
Hex64D0DB3650Eba3e3f
Octal1443203336650162727677
Binary110010011010000110110111101101010111010111010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64d0db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,219); }

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

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

 a { background-color: rgb(100,208,219); }

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

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

 span { border-color: rgb(100,208,219); }

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