Shades of Medium Turquoise #60CCCF
Tints of Medium Turquoise #60CCCF
RGB
CMYK
RGB Variations
Color information
#60CCCF (or 0x60CCCF) is known color: 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
| RGB | 96 | 204 | 207 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.19 |
| HSL | 181.62º | 0.54% | 0.59% | - |
| HSV(B) | 181.62º | 0.54% | 0.81% | - |
| XYZ | 37.68 | 50.18 | 66.73 | - |
| YUV | 172.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 207 | 0.54 | 0.01 | 0 | 0.19 | 181.62 | 0.54 | 0.59 |
| Hex | 60 | CC | CF | 36 | 1 | 0 | 13 | B6 | 36 | 3B |
| Octal | 140 | 314 | 317 | 66 | 1 | 0 | 23 | 266 | 66 | 73 |
| Binary | 1100000 | 11001100 | 11001111 | 110110 | 1 | 0 | 10011 | 10110110 | 110110 | 111011 |
Color Harmonies of #60CCCF
Complementary color
Monochromatic Colors of #60CCCF
Black with #60CCCF
Text Example
Text Example
White with #60CCCF
Text Example
Text Example
HTML Codes & Css Web 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>