Shades of Turquoise #36EEE7
Tints of Turquoise #36EEE7
RGB
CMYK
RGB Variations
Color information
#36EEE7 (or 0x36EEE7) is known color: Turquoise. HEX triplet: 36, EE and E7. RGB value is (54,238,231). Sum of RGB (Red+Green+Blue) = 54+238+231=523 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.33% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EEE7 is #C91118. Grayscale: #B6B6B6. Windows color (decimal): -13177113 or 15199798. OLE color: 15199798.
HSL color Cylindrical-coordinate representation of color #36EEE7: hue angle of 177.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEE7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 231 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.07 |
| HSL | 177.72º | 0.84% | 0.57% | - |
| HSV(B) | 177.72º | 0.77% | 0.93% | - |
| XYZ | 46.52 | 67.7 | 86.22 | - |
| YUV | 182.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 231 | 0.77 | 0 | 0.03 | 0.07 | 177.72 | 0.84 | 0.57 |
| Hex | 36 | EE | E7 | 4D | 0 | 3 | 7 | B2 | 54 | 39 |
| Octal | 66 | 356 | 347 | 115 | 0 | 3 | 7 | 262 | 124 | 71 |
| Binary | 110110 | 11101110 | 11100111 | 1001101 | 0 | 11 | 111 | 10110010 | 1010100 | 111001 |
Color Harmonies of #36EEE7
Complementary color
Monochromatic Colors of #36EEE7
Black with #36EEE7
Text Example
Text Example
White with #36EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEE7; }
p { color: rgb(54,238,231); }
H1.HeaderClassName
{
color: #36EEE7;
}
.AnyTagClassName
{
color: #36EEE7;
}
</style>
background-color css
<style>
a { background-color: #36EEE7; }
a { background-color: rgb(54,238,231); }
div.DivClassName
{
background-color: #36EEE7;
}
.BgClassName
{
background-color: #36EEE7;
}
</style>
border-color css
<style>
span { border-color: #36EEE7; }
span { border-color: rgb(54,238,231); }
td.TdClassName
{
border-color: #36EEE7;
}
.TagClassName
{
border-color: #36EEE7;
}
</style>