#64D0DD

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

Shades of Turquoise Blue #64D0DD

Tints of Turquoise Blue #64D0DD

Color information

#64D0DD (or 0x64D0DD) is unknown color: approx Turquoise Blue. HEX triplet: 64, D0 and DD. RGB value is (100,208,221). Sum of RGB (Red+Green+Blue) = 100+208+221=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #64D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D0DD is #9B2F22. Grayscale: #B1B1B1. Windows color (decimal): -10170147 or 14536804. OLE color: 14536804.

HSL color Cylindrical-coordinate representation of color #64D0DD: hue angle of 186.45º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64D0DD is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100208221-
CMYK0.550.0600.13
HSL186.45º64.02%62.94%-
HSV(B)186.45º54.75%86.67%-
XYZ40.8653.0476.49-
YUV177.19152.7272.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.90%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=18.90%
G=39.32%
B=41.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002082210.550.0600.13186.4564.0262.94
Hex64D0DD3760Dba403f
Octal14432033567601527210077
Binary1100100110100001101110111011111001101101110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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