#64D3DC

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

Shades of Turquoise Blue #64D3DC

Tints of Turquoise Blue #64D3DC

Color information

#64D3DC (or 0x64D3DC) is unknown color: approx Turquoise Blue. HEX triplet: 64, D3 and DC. RGB value is (100,211,220). Sum of RGB (Red+Green+Blue) = 100+211+220=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #64D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D3DC is #9B2C23. Grayscale: #B2B2B2. Windows color (decimal): -10169380 or 14472036. OLE color: 14472036.

HSL color Cylindrical-coordinate representation of color #64D3DC: hue angle of 184.5º 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 #64D3DC is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100211220-
CMYK0.550.0400.14
HSL184.5º63.16%62.75%-
HSV(B)184.5º54.55%86.27%-
XYZ41.4754.4776.04-
YUV178.84151.2371.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.83%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=18.83%
G=39.74%
B=41.43%

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
Decimal1002112200.550.0400.14184.563.1662.75
Hex64D3DC3740Eb83f3f
Octal1443233346740162707777
Binary110010011010011110111001101111000111010111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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