#64DFED

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

Shades of Turquoise Blue #64DFED

Tints of Turquoise Blue #64DFED

Color information

#64DFED (or 0x64DFED) is unknown color: approx Turquoise Blue. HEX triplet: 64, DF and ED. RGB value is (100,223,237). Sum of RGB (Red+Green+Blue) = 100+223+237=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #64DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFED is #9B2012. Grayscale: #BBBBBB. Windows color (decimal): -10166291 or 15589220. OLE color: 15589220.

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

Color convert

RGB100223237-
CMYK0.580.0600.07
HSL186.13º79.19%66.08%-
HSV(B)186.13º57.81%92.94%-
XYZ46.9361.689.54-
YUV187.82155.7565.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002232370.580.0600.07186.1379.1966.08
Hex64DFED3A607ba4f42
Octal14433735572607272117102
Binary1100100110111111110110111101011001111011101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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