Shades of Turquoise #36EFD5
Tints of Turquoise #36EFD5
RGB
CMYK
RGB Variations
Color information
#36EFD5 (or 0x36EFD5) is known color: Turquoise. HEX triplet: 36, EF and D5. RGB value is (54,239,213). Sum of RGB (Red+Green+Blue) = 54+239+213=506 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.67% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFD5 is #C9102A. Grayscale: #B4B4B4. Windows color (decimal): -13176875 or 14020406. OLE color: 14020406.
HSL color Cylindrical-coordinate representation of color #36EFD5: hue angle of 171.57º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFD5 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 213 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.06 |
| HSL | 171.57º | 0.85% | 0.57% | - |
| HSV(B) | 171.57º | 0.77% | 0.94% | - |
| XYZ | 44.4 | 67.32 | 73.61 | - |
| YUV | 180.72 | 146.21 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 213 | 0.77 | 0 | 0.11 | 0.06 | 171.57 | 0.85 | 0.57 |
| Hex | 36 | EF | D5 | 4D | 0 | B | 6 | AC | 55 | 39 |
| Octal | 66 | 357 | 325 | 115 | 0 | 13 | 6 | 254 | 125 | 71 |
| Binary | 110110 | 11101111 | 11010101 | 1001101 | 0 | 1011 | 110 | 10101100 | 1010101 | 111001 |
Color Harmonies of #36EFD5
Complementary color
Monochromatic Colors of #36EFD5
Black with #36EFD5
Text Example
Text Example
White with #36EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFD5; }
p { color: rgb(54,239,213); }
H1.HeaderClassName
{
color: #36EFD5;
}
.AnyTagClassName
{
color: #36EFD5;
}
</style>
background-color css
<style>
a { background-color: #36EFD5; }
a { background-color: rgb(54,239,213); }
div.DivClassName
{
background-color: #36EFD5;
}
.BgClassName
{
background-color: #36EFD5;
}
</style>
border-color css
<style>
span { border-color: #36EFD5; }
span { border-color: rgb(54,239,213); }
td.TdClassName
{
border-color: #36EFD5;
}
.TagClassName
{
border-color: #36EFD5;
}
</style>