#64EDDF

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

Shades of Turquoise Blue #64EDDF

Tints of Turquoise Blue #64EDDF

Color information

#64EDDF (or 0x64EDDF) is unknown color: approx Turquoise Blue. HEX triplet: 64, ED and DF. RGB value is (100,237,223). Sum of RGB (Red+Green+Blue) = 100+237+223=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDDF is #9B1220. Grayscale: #C2C2C2. Windows color (decimal): -10162721 or 14675300. OLE color: 14675300.

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

Color convert

RGB100237223-
CMYK0.5800.060.07
HSL173.87º79.19%66.08%-
HSV(B)173.87º57.81%92.94%-
XYZ48.8668.6180.48-
YUV194.44144.1160.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.86%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=17.86%
G=42.32%
B=39.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002372230.5800.060.07173.8779.1966.08
Hex64EDDF3A067ae4f42
Octal14435533772067256117102
Binary1100100111011011101111111101001101111010111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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