Shades of Turquoise #36DBBC
Tints of Turquoise #36DBBC
RGB
CMYK
RGB Variations
Color information
#36DBBC (or 0x36DBBC) is known color: Turquoise. HEX triplet: 36, DB and BC. RGB value is (54,219,188). Sum of RGB (Red+Green+Blue) = 54+219+188=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBBC is #C92443. Grayscale: #A6A6A6. Windows color (decimal): -13182020 or 12376886. OLE color: 12376886.
HSL color Cylindrical-coordinate representation of color #36DBBC: hue angle of 168.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DBBC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 188 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.14 |
| HSL | 168.73º | 0.7% | 0.54% | - |
| HSV(B) | 168.73º | 0.75% | 0.86% | - |
| XYZ | 35.93 | 55.08 | 56.31 | - |
| YUV | 166.13 | 140.34 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 188 | 0.75 | 0 | 0.14 | 0.14 | 168.73 | 0.7 | 0.54 |
| Hex | 36 | DB | BC | 4B | 0 | E | E | A9 | 46 | 36 |
| Octal | 66 | 333 | 274 | 113 | 0 | 16 | 16 | 251 | 106 | 66 |
| Binary | 110110 | 11011011 | 10111100 | 1001011 | 0 | 1110 | 1110 | 10101001 | 1000110 | 110110 |
Color Harmonies of #36DBBC
Complementary color
Monochromatic Colors of #36DBBC
Black with #36DBBC
Text Example
Text Example
White with #36DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBBC; }
p { color: rgb(54,219,188); }
H1.HeaderClassName
{
color: #36DBBC;
}
.AnyTagClassName
{
color: #36DBBC;
}
</style>
background-color css
<style>
a { background-color: #36DBBC; }
a { background-color: rgb(54,219,188); }
div.DivClassName
{
background-color: #36DBBC;
}
.BgClassName
{
background-color: #36DBBC;
}
</style>
border-color css
<style>
span { border-color: #36DBBC; }
span { border-color: rgb(54,219,188); }
td.TdClassName
{
border-color: #36DBBC;
}
.TagClassName
{
border-color: #36DBBC;
}
</style>