Shades of Turquoise #36DBCF
Tints of Turquoise #36DBCF
RGB
CMYK
RGB Variations
Color information
#36DBCF (or 0x36DBCF) is known color: Turquoise. HEX triplet: 36, DB and CF. RGB value is (54,219,207). Sum of RGB (Red+Green+Blue) = 54+219+207=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBCF is #C92430. Grayscale: #A8A8A8. Windows color (decimal): -13182001 or 13622070. OLE color: 13622070.
HSL color Cylindrical-coordinate representation of color #36DBCF: hue angle of 175.64º 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 #36DBCF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 207 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.14 |
| HSL | 175.64º | 0.7% | 0.54% | - |
| HSV(B) | 175.64º | 0.75% | 0.86% | - |
| XYZ | 38.12 | 55.95 | 67.82 | - |
| YUV | 168.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 207 | 0.75 | 0 | 0.05 | 0.14 | 175.64 | 0.7 | 0.54 |
| Hex | 36 | DB | CF | 4B | 0 | 5 | E | B0 | 46 | 36 |
| Octal | 66 | 333 | 317 | 113 | 0 | 5 | 16 | 260 | 106 | 66 |
| Binary | 110110 | 11011011 | 11001111 | 1001011 | 0 | 101 | 1110 | 10110000 | 1000110 | 110110 |
Color Harmonies of #36DBCF
Complementary color
Monochromatic Colors of #36DBCF
Black with #36DBCF
Text Example
Text Example
White with #36DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBCF; }
p { color: rgb(54,219,207); }
H1.HeaderClassName
{
color: #36DBCF;
}
.AnyTagClassName
{
color: #36DBCF;
}
</style>
background-color css
<style>
a { background-color: #36DBCF; }
a { background-color: rgb(54,219,207); }
div.DivClassName
{
background-color: #36DBCF;
}
.BgClassName
{
background-color: #36DBCF;
}
</style>
border-color css
<style>
span { border-color: #36DBCF; }
span { border-color: rgb(54,219,207); }
td.TdClassName
{
border-color: #36DBCF;
}
.TagClassName
{
border-color: #36DBCF;
}
</style>