#64D8EE

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

Shades of Turquoise Blue #64D8EE

Tints of Turquoise Blue #64D8EE

Color information

#64D8EE (or 0x64D8EE) is unknown color: approx Turquoise Blue. HEX triplet: 64, D8 and EE. RGB value is (100,216,238). Sum of RGB (Red+Green+Blue) = 100+216+238=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #64D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D8EE is #9B2711. Grayscale: #B7B7B7. Windows color (decimal): -10168082 or 15652964. OLE color: 15652964.

HSL color Cylindrical-coordinate representation of color #64D8EE: hue angle of 189.57º 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 #64D8EE is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100216238-
CMYK0.580.0900.07
HSL189.57º80.23%66.27%-
HSV(B)189.57º57.98%93.33%-
XYZ45.2457.9989.7-
YUV183.82158.5768.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.05%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=18.05%
G=38.99%
B=42.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002162380.580.0900.07189.5780.2366.27
Hex64D8EE3A907be5042
Octal144330356721107276120102
Binary11001001101100011101110111010100101111011111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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