#64D4DC

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

Shades of Turquoise Blue #64D4DC

Tints of Turquoise Blue #64D4DC

Color information

#64D4DC (or 0x64D4DC) is unknown color: approx Turquoise Blue. HEX triplet: 64, D4 and DC. RGB value is (100,212,220). Sum of RGB (Red+Green+Blue) = 100+212+220=532 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.80% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #64D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D4DC is #9B2B23. Grayscale: #B3B3B3. Windows color (decimal): -10169124 or 14472292. OLE color: 14472292.

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

Color convert

RGB100212220-
CMYK0.550.0400.14
HSL184º63.16%62.75%-
HSV(B)184º54.55%86.27%-
XYZ41.7254.9676.12-
YUV179.42150.8971.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.80%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=18.80%
G=39.85%
B=41.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002122200.550.0400.1418463.1662.75
Hex64D4DC3740Eb83f3f
Octal1443243346740162707777
Binary110010011010100110111001101111000111010111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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