Shades of Medium Turquoise #60CFCB
Tints of Medium Turquoise #60CFCB
RGB
CMYK
RGB Variations
Color information
#60CFCB (or 0x60CFCB) is known color: Medium Turquoise. HEX triplet: 60, CF and CB. RGB value is (96,207,203). Sum of RGB (Red+Green+Blue) = 96+207+203=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFCB is #9F3034. Grayscale: #ADADAD. Windows color (decimal): -10432565 or 13356896. OLE color: 13356896.
HSL color Cylindrical-coordinate representation of color #60CFCB: hue angle of 177.84º 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 #60CFCB is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 203 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.19 |
| HSL | 177.84º | 0.54% | 0.59% | - |
| HSV(B) | 177.84º | 0.54% | 0.81% | - |
| XYZ | 37.92 | 51.42 | 64.43 | - |
| YUV | 173.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 203 | 0.54 | 0 | 0.02 | 0.19 | 177.84 | 0.54 | 0.59 |
| Hex | 60 | CF | CB | 36 | 0 | 2 | 13 | B2 | 36 | 3B |
| Octal | 140 | 317 | 313 | 66 | 0 | 2 | 23 | 262 | 66 | 73 |
| Binary | 1100000 | 11001111 | 11001011 | 110110 | 0 | 10 | 10011 | 10110010 | 110110 | 111011 |
Color Harmonies of #60CFCB
Complementary color
Monochromatic Colors of #60CFCB
Black with #60CFCB
Text Example
Text Example
White with #60CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFCB; }
p { color: rgb(96,207,203); }
H1.HeaderClassName
{
color: #60CFCB;
}
.AnyTagClassName
{
color: #60CFCB;
}
</style>
background-color css
<style>
a { background-color: #60CFCB; }
a { background-color: rgb(96,207,203); }
div.DivClassName
{
background-color: #60CFCB;
}
.BgClassName
{
background-color: #60CFCB;
}
</style>
border-color css
<style>
span { border-color: #60CFCB; }
span { border-color: rgb(96,207,203); }
td.TdClassName
{
border-color: #60CFCB;
}
.TagClassName
{
border-color: #60CFCB;
}
</style>