Shades of Turquoise #36EBE4
Tints of Turquoise #36EBE4
RGB
CMYK
RGB Variations
Color information
#36EBE4 (or 0x36EBE4) is known color: Turquoise. HEX triplet: 36, EB and E4. RGB value is (54,235,228). Sum of RGB (Red+Green+Blue) = 54+235+228=517 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.44% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #36EBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EBE4 is #C9141B. Grayscale: #B3B3B3. Windows color (decimal): -13177884 or 15002422. OLE color: 15002422.
HSL color Cylindrical-coordinate representation of color #36EBE4: hue angle of 177.68º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EBE4 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 235 | 228 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.08 |
| HSL | 177.68º | 0.82% | 0.57% | - |
| HSV(B) | 177.68º | 0.77% | 0.92% | - |
| XYZ | 45.23 | 65.8 | 83.72 | - |
| YUV | 180.08 | 155.03 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 235 | 228 | 0.77 | 0 | 0.03 | 0.08 | 177.68 | 0.82 | 0.57 |
| Hex | 36 | EB | E4 | 4D | 0 | 3 | 8 | B2 | 52 | 39 |
| Octal | 66 | 353 | 344 | 115 | 0 | 3 | 10 | 262 | 122 | 71 |
| Binary | 110110 | 11101011 | 11100100 | 1001101 | 0 | 11 | 1000 | 10110010 | 1010010 | 111001 |
Color Harmonies of #36EBE4
Complementary color
Monochromatic Colors of #36EBE4
Black with #36EBE4
Text Example
Text Example
White with #36EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EBE4; }
p { color: rgb(54,235,228); }
H1.HeaderClassName
{
color: #36EBE4;
}
.AnyTagClassName
{
color: #36EBE4;
}
</style>
background-color css
<style>
a { background-color: #36EBE4; }
a { background-color: rgb(54,235,228); }
div.DivClassName
{
background-color: #36EBE4;
}
.BgClassName
{
background-color: #36EBE4;
}
</style>
border-color css
<style>
span { border-color: #36EBE4; }
span { border-color: rgb(54,235,228); }
td.TdClassName
{
border-color: #36EBE4;
}
.TagClassName
{
border-color: #36EBE4;
}
</style>