Shades of Turquoise #36F1DB
Tints of Turquoise #36F1DB
RGB
CMYK
RGB Variations
Color information
#36F1DB (or 0x36F1DB) is known color: Turquoise. HEX triplet: 36, F1 and DB. RGB value is (54,241,219). Sum of RGB (Red+Green+Blue) = 54+241+219=514 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.51% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #36F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F1DB is #C90E24. Grayscale: #B6B6B6. Windows color (decimal): -13176357 or 14414134. OLE color: 14414134.
HSL color Cylindrical-coordinate representation of color #36F1DB: hue angle of 172.94º degrees, saturation: 0.87, 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 #36F1DB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 241 | 219 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.05 |
| HSL | 172.94º | 0.87% | 0.58% | - |
| HSV(B) | 172.94º | 0.78% | 0.95% | - |
| XYZ | 45.76 | 68.81 | 77.89 | - |
| YUV | 182.58 | 148.55 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 241 | 219 | 0.78 | 0 | 0.09 | 0.05 | 172.94 | 0.87 | 0.58 |
| Hex | 36 | F1 | DB | 4E | 0 | 9 | 5 | AD | 57 | 3A |
| Octal | 66 | 361 | 333 | 116 | 0 | 11 | 5 | 255 | 127 | 72 |
| Binary | 110110 | 11110001 | 11011011 | 1001110 | 0 | 1001 | 101 | 10101101 | 1010111 | 111010 |
Color Harmonies of #36F1DB
Complementary color
Monochromatic Colors of #36F1DB
Black with #36F1DB
Text Example
Text Example
White with #36F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F1DB; }
p { color: rgb(54,241,219); }
H1.HeaderClassName
{
color: #36F1DB;
}
.AnyTagClassName
{
color: #36F1DB;
}
</style>
background-color css
<style>
a { background-color: #36F1DB; }
a { background-color: rgb(54,241,219); }
div.DivClassName
{
background-color: #36F1DB;
}
.BgClassName
{
background-color: #36F1DB;
}
</style>
border-color css
<style>
span { border-color: #36F1DB; }
span { border-color: rgb(54,241,219); }
td.TdClassName
{
border-color: #36F1DB;
}
.TagClassName
{
border-color: #36F1DB;
}
</style>