#60D0EC

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

Shades of Turquoise Blue #60D0EC

Tints of Turquoise Blue #60D0EC

Color information

#60D0EC (or 0x60D0EC) is unknown color: approx Turquoise Blue. HEX triplet: 60, D0 and EC. RGB value is (96,208,236). Sum of RGB (Red+Green+Blue) = 96+208+236=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #60D0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D0EC is #9F2F13. Grayscale: #B1B1B1. Windows color (decimal): -10432276 or 15519840. OLE color: 15519840.

HSL color Cylindrical-coordinate representation of color #60D0EC: hue angle of 192º degrees, saturation: 0.79, 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 #60D0EC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96208236-
CMYK0.590.1200.07
HSL192º78.65%65.1%-
HSV(B)192º59.32%92.55%-
XYZ42.5253.6587.47-
YUV177.7160.8969.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.78%
GREEN value IS 208 (81.64% from 255) = 38.52%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=17.78%
G=38.52%
B=43.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962082360.590.1200.0719278.6565.1
Hex60D0EC3BC07c04f41
Octal140320354731407300117101
Binary11000001101000011101100111011110001111100000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,208,236); }

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

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

 a { background-color: rgb(96,208,236); }

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

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

 span { border-color: rgb(96,208,236); }

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