Shades of Turquoise #36F2DA
Tints of Turquoise #36F2DA
RGB
CMYK
RGB Variations
Color information
#36F2DA (or 0x36F2DA) is known color: Turquoise. HEX triplet: 36, F2 and DA. RGB value is (54,242,218). Sum of RGB (Red+Green+Blue) = 54+242+218=514 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.51% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F2DA is #C90D25. Grayscale: #B6B6B6. Windows color (decimal): -13176102 or 14348854. OLE color: 14348854.
HSL color Cylindrical-coordinate representation of color #36F2DA: hue angle of 172.34º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F2DA is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 218 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.05 |
| HSL | 172.34º | 0.88% | 0.58% | - |
| HSV(B) | 172.34º | 0.78% | 0.95% | - |
| XYZ | 45.93 | 69.35 | 77.29 | - |
| YUV | 183.05 | 147.72 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 218 | 0.78 | 0 | 0.10 | 0.05 | 172.34 | 0.88 | 0.58 |
| Hex | 36 | F2 | DA | 4E | 0 | A | 5 | AC | 58 | 3A |
| Octal | 66 | 362 | 332 | 116 | 0 | 12 | 5 | 254 | 130 | 72 |
| Binary | 110110 | 11110010 | 11011010 | 1001110 | 0 | 1010 | 101 | 10101100 | 1011000 | 111010 |
Color Harmonies of #36F2DA
Complementary color
Monochromatic Colors of #36F2DA
Black with #36F2DA
Text Example
Text Example
White with #36F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F2DA; }
p { color: rgb(54,242,218); }
H1.HeaderClassName
{
color: #36F2DA;
}
.AnyTagClassName
{
color: #36F2DA;
}
</style>
background-color css
<style>
a { background-color: #36F2DA; }
a { background-color: rgb(54,242,218); }
div.DivClassName
{
background-color: #36F2DA;
}
.BgClassName
{
background-color: #36F2DA;
}
</style>
border-color css
<style>
span { border-color: #36F2DA; }
span { border-color: rgb(54,242,218); }
td.TdClassName
{
border-color: #36F2DA;
}
.TagClassName
{
border-color: #36F2DA;
}
</style>