#60CCCF

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

Shades of Medium Turquoise #60CCCF

Tints of Medium Turquoise #60CCCF

Color information

#60CCCF (or 0x60CCCF) is unknown color: approx Medium Turquoise. HEX triplet: 60, CC and CF. RGB value is (96,204,207). Sum of RGB (Red+Green+Blue) = 96+204+207=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #60CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCCF is #9F3330. Grayscale: #ABABAB. Windows color (decimal): -10433329 or 13618272. OLE color: 13618272.

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

Color convert

RGB96204207-
CMYK0.540.0100.19
HSL181.62º53.62%59.41%-
HSV(B)181.62º53.62%81.18%-
XYZ37.6850.1866.73-
YUV172.05147.7273.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.93%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=18.93%
G=40.24%
B=40.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal962042070.540.0100.19181.6253.6259.41
Hex60CCCF361013b6363b
Octal1403143176610232666673
Binary11000001100110011001111110110101001110110110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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