#64DFDE

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

Shades of Turquoise Blue #64DFDE

Tints of Turquoise Blue #64DFDE

Color information

#64DFDE (or 0x64DFDE) is unknown color: approx Turquoise Blue. HEX triplet: 64, DF and DE. RGB value is (100,223,222). Sum of RGB (Red+Green+Blue) = 100+223+222=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFDE is #9B2021. Grayscale: #B9B9B9. Windows color (decimal): -10166306 or 14606180. OLE color: 14606180.

HSL color Cylindrical-coordinate representation of color #64DFDE: hue angle of 179.51º degrees, saturation: 0.66, 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 #64DFDE is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB100223222-
CMYK0.5500.000.13
HSL179.51º65.78%63.33%-
HSV(B)179.51º55.16%87.45%-
XYZ44.8360.7678.47-
YUV186.11148.2566.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.35%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=18.35%
G=40.92%
B=40.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002232220.5500.000.13179.5165.7863.33
Hex64DFDE3700Db4423f
Octal14433733667001526410277
Binary11001001101111111011110110111001101101101001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,222); }

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

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

 a { background-color: rgb(100,223,222); }

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

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

 span { border-color: rgb(100,223,222); }

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