#60CECB

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

Shades of Medium Turquoise #60CECB

Tints of Medium Turquoise #60CECB

Color information

#60CECB (or 0x60CECB) is unknown color: approx Medium Turquoise. HEX triplet: 60, CE and CB. RGB value is (96,206,203). Sum of RGB (Red+Green+Blue) = 96+206+203=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #60CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CECB is #9F3134. Grayscale: #ACACAC. Windows color (decimal): -10432821 or 13356640. OLE color: 13356640.

HSL color Cylindrical-coordinate representation of color #60CECB: hue angle of 178.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CECB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB96206203-
CMYK0.5300.010.19
HSL178.36º52.88%59.22%-
HSV(B)178.36º53.4%80.78%-
XYZ37.6750.9464.35-
YUV172.77145.0673.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.01%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=19.01%
G=40.79%
B=40.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962062030.5300.010.19178.3652.8859.22
Hex60CECB350113b2353b
Octal1403163136501232626573
Binary11000001100111011001011110101011001110110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,206,203); }

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

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

 a { background-color: rgb(96,206,203); }

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

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

 span { border-color: rgb(96,206,203); }

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