#64DBDE

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

Shades of Turquoise Blue #64DBDE

Tints of Turquoise Blue #64DBDE

Color information

#64DBDE (or 0x64DBDE) is unknown color: approx Turquoise Blue. HEX triplet: 64, DB and DE. RGB value is (100,219,222). Sum of RGB (Red+Green+Blue) = 100+219+222=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #64DBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBDE is #9B2421. Grayscale: #B7B7B7. Windows color (decimal): -10167330 or 14605156. OLE color: 14605156.

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

Color convert

RGB100219222-
CMYK0.550.0100.13
HSL181.48º64.89%63.14%-
HSV(B)181.48º54.95%87.06%-
XYZ43.7758.6578.12-
YUV183.76149.5868.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.48%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=18.48%
G=40.48%
B=41.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002192220.550.0100.13181.4864.8963.14
Hex64DBDE3710Db5413f
Octal14433333667101526510177
Binary11001001101101111011110110111101101101101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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