Shades of Turquoise #36D7E4
Tints of Turquoise #36D7E4
RGB
CMYK
RGB Variations
Color information
#36D7E4 (or 0x36D7E4) is known color: Turquoise. HEX triplet: 36, D7 and E4. RGB value is (54,215,228). Sum of RGB (Red+Green+Blue) = 54+215+228=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #36D7E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D7E4 is #C9281B. Grayscale: #A8A8A8. Windows color (decimal): -13183004 or 14997302. OLE color: 14997302.
HSL color Cylindrical-coordinate representation of color #36D7E4: hue angle of 184.48º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D7E4 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 215 | 228 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.11 |
| HSL | 184.48º | 0.76% | 0.55% | - |
| HSV(B) | 184.48º | 0.76% | 0.89% | - |
| XYZ | 39.83 | 54.99 | 81.91 | - |
| YUV | 168.34 | 161.66 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 215 | 228 | 0.76 | 0.06 | 0 | 0.11 | 184.48 | 0.76 | 0.55 |
| Hex | 36 | D7 | E4 | 4C | 6 | 0 | B | B8 | 4C | 37 |
| Octal | 66 | 327 | 344 | 114 | 6 | 0 | 13 | 270 | 114 | 67 |
| Binary | 110110 | 11010111 | 11100100 | 1001100 | 110 | 0 | 1011 | 10111000 | 1001100 | 110111 |
Color Harmonies of #36D7E4
Complementary color
Monochromatic Colors of #36D7E4
Black with #36D7E4
Text Example
Text Example
White with #36D7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D7E4; }
p { color: rgb(54,215,228); }
H1.HeaderClassName
{
color: #36D7E4;
}
.AnyTagClassName
{
color: #36D7E4;
}
</style>
background-color css
<style>
a { background-color: #36D7E4; }
a { background-color: rgb(54,215,228); }
div.DivClassName
{
background-color: #36D7E4;
}
.BgClassName
{
background-color: #36D7E4;
}
</style>
border-color css
<style>
span { border-color: #36D7E4; }
span { border-color: rgb(54,215,228); }
td.TdClassName
{
border-color: #36D7E4;
}
.TagClassName
{
border-color: #36D7E4;
}
</style>