Shades of Medium Turquoise #36CBC7
Tints of Medium Turquoise #36CBC7
RGB
CMYK
RGB Variations
Color information
#36CBC7 (or 0x36CBC7) is known color: Medium Turquoise. HEX triplet: 36, CB and C7. RGB value is (54,203,199). Sum of RGB (Red+Green+Blue) = 54+203+199=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBC7 is #C93438. Grayscale: #9D9D9D. Windows color (decimal): -13186105 or 13093686. OLE color: 13093686.
HSL color Cylindrical-coordinate representation of color #36CBC7: hue angle of 178.39º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBC7 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 199 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.20 |
| HSL | 178.39º | 0.59% | 0.5% | - |
| HSV(B) | 178.39º | 0.73% | 0.8% | - |
| XYZ | 33.19 | 47.62 | 61.48 | - |
| YUV | 157.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 199 | 0.73 | 0 | 0.02 | 0.20 | 178.39 | 0.59 | 0.5 |
| Hex | 36 | CB | C7 | 49 | 0 | 2 | 14 | B2 | 3B | 32 |
| Octal | 66 | 313 | 307 | 111 | 0 | 2 | 24 | 262 | 73 | 62 |
| Binary | 110110 | 11001011 | 11000111 | 1001001 | 0 | 10 | 10100 | 10110010 | 111011 | 110010 |
Color Harmonies of #36CBC7
Complementary color
Monochromatic Colors of #36CBC7
Black with #36CBC7
Text Example
Text Example
White with #36CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CBC7; }
p { color: rgb(54,203,199); }
H1.HeaderClassName
{
color: #36CBC7;
}
.AnyTagClassName
{
color: #36CBC7;
}
</style>
background-color css
<style>
a { background-color: #36CBC7; }
a { background-color: rgb(54,203,199); }
div.DivClassName
{
background-color: #36CBC7;
}
.BgClassName
{
background-color: #36CBC7;
}
</style>
border-color css
<style>
span { border-color: #36CBC7; }
span { border-color: rgb(54,203,199); }
td.TdClassName
{
border-color: #36CBC7;
}
.TagClassName
{
border-color: #36CBC7;
}
</style>