Shades of Turquoise #36E6F0
Tints of Turquoise #36E6F0
RGB
CMYK
RGB Variations
Color information
#36E6F0 (or 0x36E6F0) is known color: Turquoise. HEX triplet: 36, E6 and F0. RGB value is (54,230,240). Sum of RGB (Red+Green+Blue) = 54+230+240=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #36E6F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36E6F0 is #C9190F. Grayscale: #B2B2B2. Windows color (decimal): -13179152 or 15787574. OLE color: 15787574.
HSL color Cylindrical-coordinate representation of color #36E6F0: hue angle of 183.23º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E6F0 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 230 | 240 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.06 |
| HSL | 183.23º | 0.86% | 0.58% | - |
| HSV(B) | 183.23º | 0.78% | 0.94% | - |
| XYZ | 45.55 | 63.67 | 92.33 | - |
| YUV | 178.52 | 162.69 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 230 | 240 | 0.78 | 0.04 | 0 | 0.06 | 183.23 | 0.86 | 0.58 |
| Hex | 36 | E6 | F0 | 4E | 4 | 0 | 6 | B7 | 56 | 3A |
| Octal | 66 | 346 | 360 | 116 | 4 | 0 | 6 | 267 | 126 | 72 |
| Binary | 110110 | 11100110 | 11110000 | 1001110 | 100 | 0 | 110 | 10110111 | 1010110 | 111010 |
Color Harmonies of #36E6F0
Complementary color
Monochromatic Colors of #36E6F0
Black with #36E6F0
Text Example
Text Example
White with #36E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E6F0; }
p { color: rgb(54,230,240); }
H1.HeaderClassName
{
color: #36E6F0;
}
.AnyTagClassName
{
color: #36E6F0;
}
</style>
background-color css
<style>
a { background-color: #36E6F0; }
a { background-color: rgb(54,230,240); }
div.DivClassName
{
background-color: #36E6F0;
}
.BgClassName
{
background-color: #36E6F0;
}
</style>
border-color css
<style>
span { border-color: #36E6F0; }
span { border-color: rgb(54,230,240); }
td.TdClassName
{
border-color: #36E6F0;
}
.TagClassName
{
border-color: #36E6F0;
}
</style>