Shades of Turquoise #36F3DB
Tints of Turquoise #36F3DB
RGB
CMYK
RGB Variations
Color information
#36F3DB (or 0x36F3DB) is known color: Turquoise. HEX triplet: 36, F3 and DB. RGB value is (54,243,219). Sum of RGB (Red+Green+Blue) = 54+243+219=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3DB is #C90C24. Grayscale: #B7B7B7. Windows color (decimal): -13175845 or 14414646. OLE color: 14414646.
HSL color Cylindrical-coordinate representation of color #36F3DB: hue angle of 172.38º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F3DB is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 219 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.05 |
| HSL | 172.38º | 0.89% | 0.58% | - |
| HSV(B) | 172.38º | 0.78% | 0.95% | - |
| XYZ | 46.36 | 70 | 78.09 | - |
| YUV | 183.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 219 | 0.78 | 0 | 0.10 | 0.05 | 172.38 | 0.89 | 0.58 |
| Hex | 36 | F3 | DB | 4E | 0 | A | 5 | AC | 59 | 3A |
| Octal | 66 | 363 | 333 | 116 | 0 | 12 | 5 | 254 | 131 | 72 |
| Binary | 110110 | 11110011 | 11011011 | 1001110 | 0 | 1010 | 101 | 10101100 | 1011001 | 111010 |
Color Harmonies of #36F3DB
Complementary color
Monochromatic Colors of #36F3DB
Black with #36F3DB
Text Example
Text Example
White with #36F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F3DB; }
p { color: rgb(54,243,219); }
H1.HeaderClassName
{
color: #36F3DB;
}
.AnyTagClassName
{
color: #36F3DB;
}
</style>
background-color css
<style>
a { background-color: #36F3DB; }
a { background-color: rgb(54,243,219); }
div.DivClassName
{
background-color: #36F3DB;
}
.BgClassName
{
background-color: #36F3DB;
}
</style>
border-color css
<style>
span { border-color: #36F3DB; }
span { border-color: rgb(54,243,219); }
td.TdClassName
{
border-color: #36F3DB;
}
.TagClassName
{
border-color: #36F3DB;
}
</style>