#60D7EC

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

Shades of Turquoise Blue #60D7EC

Tints of Turquoise Blue #60D7EC

Color information

#60D7EC (or 0x60D7EC) is unknown color: approx Turquoise Blue. HEX triplet: 60, D7 and EC. RGB value is (96,215,236). Sum of RGB (Red+Green+Blue) = 96+215+236=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #60D7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D7EC is #9F2813. Grayscale: #B5B5B5. Windows color (decimal): -10430484 or 15521632. OLE color: 15521632.

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

Color convert

RGB96215236-
CMYK0.590.0900.07
HSL189º78.65%65.1%-
HSV(B)189º59.32%92.55%-
XYZ44.2657.1488.05-
YUV181.81158.5866.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.55%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=17.55%
G=39.31%
B=43.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962152360.590.0900.0718978.6565.1
Hex60D7EC3B907bd4f41
Octal140327354731107275117101
Binary11000001101011111101100111011100101111011110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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