Shades of Medium Turquoise #60CBCE
Tints of Medium Turquoise #60CBCE
RGB
CMYK
RGB Variations
Color information
#60CBCE (or 0x60CBCE) is known color: 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
| RGB | 96 | 203 | 206 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.19 |
| HSL | 181.64º | 0.53% | 0.59% | - |
| HSV(B) | 181.64º | 0.53% | 0.81% | - |
| XYZ | 37.32 | 49.65 | 66.01 | - |
| YUV | 171.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 206 | 0.53 | 0.01 | 0 | 0.19 | 181.64 | 0.53 | 0.59 |
| Hex | 60 | CB | CE | 35 | 1 | 0 | 13 | B6 | 35 | 3B |
| Octal | 140 | 313 | 316 | 65 | 1 | 0 | 23 | 266 | 65 | 73 |
| Binary | 1100000 | 11001011 | 11001110 | 110101 | 1 | 0 | 10011 | 10110110 | 110101 | 111011 |
Color Harmonies of #60CBCE
Complementary color
Monochromatic Colors of #60CBCE
Black with #60CBCE
Text Example
Text Example
White with #60CBCE
Text Example
Text Example
HTML Codes & Css Web 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>