#60CBCE

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

Shades of Medium Turquoise #60CBCE

Tints of Medium Turquoise #60CBCE

Color information

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

HSL color Cylindrical-coordinate representation of color #60CBCE: hue angle of 181.64º 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 #60CBCE is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96203206-
CMYK0.530.0100.19
HSL181.64º52.88%59.22%-
HSV(B)181.64º53.4%80.78%-
XYZ37.3249.6566.01-
YUV171.35147.5574.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962032060.530.0100.19181.6452.8859.22
Hex60CBCE351013b6353b
Octal1403133166510232666573
Binary11000001100101111001110110101101001110110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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