#60CCCE

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

Shades of Medium Turquoise #60CCCE

Tints of Medium Turquoise #60CCCE

Color information

#60CCCE (or 0x60CCCE) is unknown color: approx Medium Turquoise. HEX triplet: 60, CC and CE. RGB value is (96,204,206). Sum of RGB (Red+Green+Blue) = 96+204+206=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #60CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCCE is #9F3331. Grayscale: #ABABAB. Windows color (decimal): -10433330 or 13552736. OLE color: 13552736.

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

Color convert

RGB96204206-
CMYK0.530.0100.19
HSL181.09º52.88%59.22%-
HSV(B)181.09º53.4%80.78%-
XYZ37.5650.1366.09-
YUV171.94147.2273.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.97%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=18.97%
G=40.32%
B=40.71%

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
Decimal962042060.530.0100.19181.0952.8859.22
Hex60CCCE351013b5353b
Octal1403143166510232656573
Binary11000001100110011001110110101101001110110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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