Shades of Turquoise #36EADA
Tints of Turquoise #36EADA
RGB
CMYK
RGB Variations
Color information
#36EADA (or 0x36EADA) is known color: Turquoise. HEX triplet: 36, EA and DA. RGB value is (54,234,218). Sum of RGB (Red+Green+Blue) = 54+234+218=506 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.67% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #36EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EADA is #C91525. Grayscale: #B2B2B2. Windows color (decimal): -13178150 or 14346806. OLE color: 14346806.
HSL color Cylindrical-coordinate representation of color #36EADA: hue angle of 174.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EADA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 218 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.08 |
| HSL | 174.67º | 0.81% | 0.56% | - |
| HSV(B) | 174.67º | 0.77% | 0.92% | - |
| XYZ | 43.6 | 64.69 | 76.52 | - |
| YUV | 178.36 | 150.37 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 218 | 0.77 | 0 | 0.07 | 0.08 | 174.67 | 0.81 | 0.56 |
| Hex | 36 | EA | DA | 4D | 0 | 7 | 8 | AF | 51 | 38 |
| Octal | 66 | 352 | 332 | 115 | 0 | 7 | 10 | 257 | 121 | 70 |
| Binary | 110110 | 11101010 | 11011010 | 1001101 | 0 | 111 | 1000 | 10101111 | 1010001 | 111000 |
Color Harmonies of #36EADA
Complementary color
Monochromatic Colors of #36EADA
Black with #36EADA
Text Example
Text Example
White with #36EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EADA; }
p { color: rgb(54,234,218); }
H1.HeaderClassName
{
color: #36EADA;
}
.AnyTagClassName
{
color: #36EADA;
}
</style>
background-color css
<style>
a { background-color: #36EADA; }
a { background-color: rgb(54,234,218); }
div.DivClassName
{
background-color: #36EADA;
}
.BgClassName
{
background-color: #36EADA;
}
</style>
border-color css
<style>
span { border-color: #36EADA; }
span { border-color: rgb(54,234,218); }
td.TdClassName
{
border-color: #36EADA;
}
.TagClassName
{
border-color: #36EADA;
}
</style>