#64e0ed

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

Shades of Turquoise Blue #64E0ED

Tints of Turquoise Blue #64E0ED

Color information

#64E0ED (or 0x64E0ED) is unknown color: approx Turquoise Blue. HEX triplet: 64, E0 and ED. RGB value is (100,224,237). Sum of RGB (Red+Green+Blue) = 100+224+237=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #64E0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E0ED is #9B1F12. Grayscale: #BCBCBC. Windows color (decimal): -10166035 or 15589476. OLE color: 15589476.

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

Color convert

RGB100224237-
CMYK0.580.0500.07
HSL185.69º79.19%66.08%-
HSV(B)185.69º57.81%92.94%-
XYZ47.262.1489.63-
YUV188.41155.4264.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.83%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=17.83%
G=39.93%
B=42.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002242370.580.0500.07185.6979.1966.08
Hex64E0ED3A507ba4f42
Octal14434035572507272117102
Binary1100100111000001110110111101010101111011101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64e0ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,224,237); }

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

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

 a { background-color: rgb(100,224,237); }

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

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

 span { border-color: rgb(100,224,237); }

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