Shades of Turquoise #36DBBB
Tints of Turquoise #36DBBB
RGB
CMYK
RGB Variations
Color information
#36DBBB (or 0x36DBBB) is known color: Turquoise. HEX triplet: 36, DB and BB. RGB value is (54,219,187). Sum of RGB (Red+Green+Blue) = 54+219+187=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBBB is #C92444. Grayscale: #A5A5A5. Windows color (decimal): -13182021 or 12311350. OLE color: 12311350.
HSL color Cylindrical-coordinate representation of color #36DBBB: hue angle of 168.36º 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 #36DBBB is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 187 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.14 |
| HSL | 168.36º | 0.7% | 0.54% | - |
| HSV(B) | 168.36º | 0.75% | 0.86% | - |
| XYZ | 35.82 | 55.04 | 55.75 | - |
| YUV | 166.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 187 | 0.75 | 0 | 0.15 | 0.14 | 168.36 | 0.7 | 0.54 |
| Hex | 36 | DB | BB | 4B | 0 | F | E | A8 | 46 | 36 |
| Octal | 66 | 333 | 273 | 113 | 0 | 17 | 16 | 250 | 106 | 66 |
| Binary | 110110 | 11011011 | 10111011 | 1001011 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110110 |
Color Harmonies of #36DBBB
Complementary color
Monochromatic Colors of #36DBBB
Black with #36DBBB
Text Example
Text Example
White with #36DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBBB; }
p { color: rgb(54,219,187); }
H1.HeaderClassName
{
color: #36DBBB;
}
.AnyTagClassName
{
color: #36DBBB;
}
</style>
background-color css
<style>
a { background-color: #36DBBB; }
a { background-color: rgb(54,219,187); }
div.DivClassName
{
background-color: #36DBBB;
}
.BgClassName
{
background-color: #36DBBB;
}
</style>
border-color css
<style>
span { border-color: #36DBBB; }
span { border-color: rgb(54,219,187); }
td.TdClassName
{
border-color: #36DBBB;
}
.TagClassName
{
border-color: #36DBBB;
}
</style>