#60DDED

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

Shades of Turquoise Blue #60DDED

Tints of Turquoise Blue #60DDED

Color information

#60DDED (or 0x60DDED) is unknown color: approx Turquoise Blue. HEX triplet: 60, DD and ED. RGB value is (96,221,237). Sum of RGB (Red+Green+Blue) = 96+221+237=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #60DDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDED is #9F2212. Grayscale: #B9B9B9. Windows color (decimal): -10428947 or 15588704. OLE color: 15588704.

HSL color Cylindrical-coordinate representation of color #60DDED: hue angle of 186.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DDED is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96221237-
CMYK0.590.0700.07
HSL186.81º79.66%65.29%-
HSV(B)186.81º59.49%92.94%-
XYZ45.9760.3189.34-
YUV185.45157.0964.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.33%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=17.33%
G=39.89%
B=42.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962212370.590.0700.07186.8179.6665.29
Hex60DDED3B707bb5041
Octal14033535573707273120101
Binary1100000110111011110110111101111101111011101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DDED; }

 p { color: rgb(96,221,237); }

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

<style>
 a { background-color: #60DDED; }

 a { background-color: rgb(96,221,237); }

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

<style>
 span { border-color: #60DDED; }

 span { border-color: rgb(96,221,237); }

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