Shades of Medium Turquoise #36D0BF
Tints of Medium Turquoise #36D0BF
RGB
CMYK
RGB Variations
Color information
#36D0BF (or 0x36D0BF) is known color: Medium Turquoise. HEX triplet: 36, D0 and BF. RGB value is (54,208,191). Sum of RGB (Red+Green+Blue) = 54+208+191=453 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.92% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #36D0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D0BF is #C92F40. Grayscale: #9F9F9F. Windows color (decimal): -13184833 or 12570678. OLE color: 12570678.
HSL color Cylindrical-coordinate representation of color #36D0BF: hue angle of 173.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D0BF is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 191 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.18 |
| HSL | 173.38º | 0.62% | 0.51% | - |
| HSV(B) | 173.38º | 0.74% | 0.82% | - |
| XYZ | 33.48 | 49.66 | 57.11 | - |
| YUV | 160.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 191 | 0.74 | 0 | 0.08 | 0.18 | 173.38 | 0.62 | 0.51 |
| Hex | 36 | D0 | BF | 4A | 0 | 8 | 12 | AD | 3E | 33 |
| Octal | 66 | 320 | 277 | 112 | 0 | 10 | 22 | 255 | 76 | 63 |
| Binary | 110110 | 11010000 | 10111111 | 1001010 | 0 | 1000 | 10010 | 10101101 | 111110 | 110011 |
Color Harmonies of #36D0BF
Complementary color
Monochromatic Colors of #36D0BF
Black with #36D0BF
Text Example
Text Example
White with #36D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D0BF; }
p { color: rgb(54,208,191); }
H1.HeaderClassName
{
color: #36D0BF;
}
.AnyTagClassName
{
color: #36D0BF;
}
</style>
background-color css
<style>
a { background-color: #36D0BF; }
a { background-color: rgb(54,208,191); }
div.DivClassName
{
background-color: #36D0BF;
}
.BgClassName
{
background-color: #36D0BF;
}
</style>
border-color css
<style>
span { border-color: #36D0BF; }
span { border-color: rgb(54,208,191); }
td.TdClassName
{
border-color: #36D0BF;
}
.TagClassName
{
border-color: #36D0BF;
}
</style>