Shades of Medium Turquoise #60CBD1
Tints of Medium Turquoise #60CBD1
RGB
CMYK
RGB Variations
Color information
#60CBD1 (or 0x60CBD1) is known color: Medium Turquoise. HEX triplet: 60, CB and D1. RGB value is (96,203,209). Sum of RGB (Red+Green+Blue) = 96+203+209=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #60CBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBD1 is #9F342E. Grayscale: #ABABAB. Windows color (decimal): -10433583 or 13749088. OLE color: 13749088.
HSL color Cylindrical-coordinate representation of color #60CBD1: hue angle of 183.19º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CBD1 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 203 | 209 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.18 |
| HSL | 183.19º | 0.55% | 0.6% | - |
| HSV(B) | 183.19º | 0.54% | 0.82% | - |
| XYZ | 37.69 | 49.8 | 67.95 | - |
| YUV | 171.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 209 | 0.54 | 0.03 | 0 | 0.18 | 183.19 | 0.55 | 0.6 |
| Hex | 60 | CB | D1 | 36 | 3 | 0 | 12 | B7 | 37 | 3C |
| Octal | 140 | 313 | 321 | 66 | 3 | 0 | 22 | 267 | 67 | 74 |
| Binary | 1100000 | 11001011 | 11010001 | 110110 | 11 | 0 | 10010 | 10110111 | 110111 | 111100 |
Color Harmonies of #60CBD1
Complementary color
Monochromatic Colors of #60CBD1
Black with #60CBD1
Text Example
Text Example
White with #60CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBD1; }
p { color: rgb(96,203,209); }
H1.HeaderClassName
{
color: #60CBD1;
}
.AnyTagClassName
{
color: #60CBD1;
}
</style>
background-color css
<style>
a { background-color: #60CBD1; }
a { background-color: rgb(96,203,209); }
div.DivClassName
{
background-color: #60CBD1;
}
.BgClassName
{
background-color: #60CBD1;
}
</style>
border-color css
<style>
span { border-color: #60CBD1; }
span { border-color: rgb(96,203,209); }
td.TdClassName
{
border-color: #60CBD1;
}
.TagClassName
{
border-color: #60CBD1;
}
</style>