Shades of Turquoise #36E5FF
Tints of Turquoise #36E5FF
RGB
CMYK
RGB Variations
Color information
#36E5FF (or 0x36E5FF) is known color: Turquoise. HEX triplet: 36, E5 and FF. RGB value is (54,229,255). Sum of RGB (Red+Green+Blue) = 54+229+255=538 (71% of max value = 765). Red value is 54 (21.48% from 255 or 10.04% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #36E5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E5FF is #C91A00. Grayscale: #B3B3B3. Windows color (decimal): -13179393 or 16770358. OLE color: 16770358.
HSL color Cylindrical-coordinate representation of color #36E5FF: hue angle of 187.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36E5FF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 229 | 255 | - |
| CMYK | 0.79 | 0.10 | 0 | 0 |
| HSL | 187.76º | 1% | 0.61% | - |
| HSV(B) | 187.76º | 0.79% | 1% | - |
| XYZ | 47.59 | 64.04 | 104.46 | - |
| YUV | 179.64 | 170.52 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 229 | 255 | 0.79 | 0.10 | 0 | 0 | 187.76 | 1 | 0.61 |
| Hex | 36 | E5 | FF | 4F | A | 0 | 0 | BC | 64 | 3D |
| Octal | 66 | 345 | 377 | 117 | 12 | 0 | 0 | 274 | 144 | 75 |
| Binary | 110110 | 11100101 | 11111111 | 1001111 | 1010 | 0 | 0 | 10111100 | 1100100 | 111101 |
Color Harmonies of #36E5FF
Complementary color
Monochromatic Colors of #36E5FF
Black with #36E5FF
Text Example
Text Example
White with #36E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E5FF; }
p { color: rgb(54,229,255); }
H1.HeaderClassName
{
color: #36E5FF;
}
.AnyTagClassName
{
color: #36E5FF;
}
</style>
background-color css
<style>
a { background-color: #36E5FF; }
a { background-color: rgb(54,229,255); }
div.DivClassName
{
background-color: #36E5FF;
}
.BgClassName
{
background-color: #36E5FF;
}
</style>
border-color css
<style>
span { border-color: #36E5FF; }
span { border-color: rgb(54,229,255); }
td.TdClassName
{
border-color: #36E5FF;
}
.TagClassName
{
border-color: #36E5FF;
}
</style>