Shades of Turquoise #36F2F0
Tints of Turquoise #36F2F0
RGB
CMYK
RGB Variations
Color information
#36F2F0 (or 0x36F2F0) is known color: Turquoise. HEX triplet: 36, F2 and F0. RGB value is (54,242,240). Sum of RGB (Red+Green+Blue) = 54+242+240=536 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.07% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36F2F0 is #C90D0F. Grayscale: #B9B9B9. Windows color (decimal): -13176080 or 15790646. OLE color: 15790646.
HSL color Cylindrical-coordinate representation of color #36F2F0: hue angle of 179.36º degrees, saturation: 0.88, 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 #36F2F0 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 240 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.05 |
| HSL | 179.36º | 0.88% | 0.58% | - |
| HSV(B) | 179.36º | 0.78% | 0.95% | - |
| XYZ | 49 | 70.58 | 93.48 | - |
| YUV | 185.56 | 158.72 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 240 | 0.78 | 0 | 0.01 | 0.05 | 179.36 | 0.88 | 0.58 |
| Hex | 36 | F2 | F0 | 4E | 0 | 1 | 5 | B3 | 58 | 3A |
| Octal | 66 | 362 | 360 | 116 | 0 | 1 | 5 | 263 | 130 | 72 |
| Binary | 110110 | 11110010 | 11110000 | 1001110 | 0 | 1 | 101 | 10110011 | 1011000 | 111010 |
Color Harmonies of #36F2F0
Complementary color
Monochromatic Colors of #36F2F0
Black with #36F2F0
Text Example
Text Example
White with #36F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F2F0; }
p { color: rgb(54,242,240); }
H1.HeaderClassName
{
color: #36F2F0;
}
.AnyTagClassName
{
color: #36F2F0;
}
</style>
background-color css
<style>
a { background-color: #36F2F0; }
a { background-color: rgb(54,242,240); }
div.DivClassName
{
background-color: #36F2F0;
}
.BgClassName
{
background-color: #36F2F0;
}
</style>
border-color css
<style>
span { border-color: #36F2F0; }
span { border-color: rgb(54,242,240); }
td.TdClassName
{
border-color: #36F2F0;
}
.TagClassName
{
border-color: #36F2F0;
}
</style>