#64D7EE

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

Shades of Turquoise Blue #64D7EE

Tints of Turquoise Blue #64D7EE

Color information

#64D7EE (or 0x64D7EE) is unknown color: approx Turquoise Blue. HEX triplet: 64, D7 and EE. RGB value is (100,215,238). Sum of RGB (Red+Green+Blue) = 100+215+238=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #64D7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D7EE is #9B2811. Grayscale: #B7B7B7. Windows color (decimal): -10168338 or 15652708. OLE color: 15652708.

HSL color Cylindrical-coordinate representation of color #64D7EE: hue angle of 190º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64D7EE is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100215238-
CMYK0.580.1000.07
HSL190º80.23%66.27%-
HSV(B)190º57.98%93.33%-
XYZ44.9957.4889.61-
YUV183.24158.968.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.08%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=18.08%
G=38.88%
B=43.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002152380.580.1000.0719080.2366.27
Hex64D7EE3AA07be5042
Octal144327356721207276120102
Binary11001001101011111101110111010101001111011111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,215,238); }

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

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

 a { background-color: rgb(100,215,238); }

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

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

 span { border-color: rgb(100,215,238); }

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