Shades of Turquoise #36F9F0
Tints of Turquoise #36F9F0
RGB
CMYK
RGB Variations
Color information
#36F9F0 (or 0x36F9F0) is known color: Turquoise. HEX triplet: 36, F9 and F0. RGB value is (54,249,240). Sum of RGB (Red+Green+Blue) = 54+249+240=543 (71% of max value = 765). Red value is 54 (21.48% from 255 or 9.94% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #36F9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F9F0 is #C9060F. Grayscale: #BDBDBD. Windows color (decimal): -13174288 or 15792438. OLE color: 15792438.
HSL color Cylindrical-coordinate representation of color #36F9F0: hue angle of 177.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F9F0 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 249 | 240 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.02 |
| HSL | 177.23º | 0.94% | 0.59% | - |
| HSV(B) | 177.23º | 0.78% | 0.98% | - |
| XYZ | 51.13 | 74.83 | 94.19 | - |
| YUV | 189.67 | 156.4 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 249 | 240 | 0.78 | 0 | 0.04 | 0.02 | 177.23 | 0.94 | 0.59 |
| Hex | 36 | F9 | F0 | 4E | 0 | 4 | 2 | B1 | 5E | 3B |
| Octal | 66 | 371 | 360 | 116 | 0 | 4 | 2 | 261 | 136 | 73 |
| Binary | 110110 | 11111001 | 11110000 | 1001110 | 0 | 100 | 10 | 10110001 | 1011110 | 111011 |
Color Harmonies of #36F9F0
Complementary color
Monochromatic Colors of #36F9F0
Black with #36F9F0
Text Example
Text Example
White with #36F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F9F0; }
p { color: rgb(54,249,240); }
H1.HeaderClassName
{
color: #36F9F0;
}
.AnyTagClassName
{
color: #36F9F0;
}
</style>
background-color css
<style>
a { background-color: #36F9F0; }
a { background-color: rgb(54,249,240); }
div.DivClassName
{
background-color: #36F9F0;
}
.BgClassName
{
background-color: #36F9F0;
}
</style>
border-color css
<style>
span { border-color: #36F9F0; }
span { border-color: rgb(54,249,240); }
td.TdClassName
{
border-color: #36F9F0;
}
.TagClassName
{
border-color: #36F9F0;
}
</style>