Shades of Turquoise #36E4FF
Tints of Turquoise #36E4FF
RGB
CMYK
RGB Variations
Color information
#36E4FF (or 0x36E4FF) is known color: Turquoise. HEX triplet: 36, E4 and FF. RGB value is (54,228,255). Sum of RGB (Red+Green+Blue) = 54+228+255=537 (71% of max value = 765). Red value is 54 (21.48% from 255 or 10.06% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #36E4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E4FF is #C91B00. Grayscale: #B2B2B2. Windows color (decimal): -13179649 or 16770102. OLE color: 16770102.
HSL color Cylindrical-coordinate representation of color #36E4FF: hue angle of 188.06º 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 #36E4FF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 228 | 255 | - |
| CMYK | 0.79 | 0.11 | 0 | 0 |
| HSL | 188.06º | 1% | 0.61% | - |
| HSV(B) | 188.06º | 0.79% | 1% | - |
| XYZ | 47.31 | 63.49 | 104.37 | - |
| YUV | 179.05 | 170.85 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 228 | 255 | 0.79 | 0.11 | 0 | 0 | 188.06 | 1 | 0.61 |
| Hex | 36 | E4 | FF | 4F | B | 0 | 0 | BC | 64 | 3D |
| Octal | 66 | 344 | 377 | 117 | 13 | 0 | 0 | 274 | 144 | 75 |
| Binary | 110110 | 11100100 | 11111111 | 1001111 | 1011 | 0 | 0 | 10111100 | 1100100 | 111101 |
Color Harmonies of #36E4FF
Complementary color
Monochromatic Colors of #36E4FF
Black with #36E4FF
Text Example
Text Example
White with #36E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E4FF; }
p { color: rgb(54,228,255); }
H1.HeaderClassName
{
color: #36E4FF;
}
.AnyTagClassName
{
color: #36E4FF;
}
</style>
background-color css
<style>
a { background-color: #36E4FF; }
a { background-color: rgb(54,228,255); }
div.DivClassName
{
background-color: #36E4FF;
}
.BgClassName
{
background-color: #36E4FF;
}
</style>
border-color css
<style>
span { border-color: #36E4FF; }
span { border-color: rgb(54,228,255); }
td.TdClassName
{
border-color: #36E4FF;
}
.TagClassName
{
border-color: #36E4FF;
}
</style>