Shades of Turquoise #36DAC0
Tints of Turquoise #36DAC0
RGB
CMYK
RGB Variations
Color information
#36DAC0 (or 0x36DAC0) is known color: Turquoise. HEX triplet: 36, DA and C0. RGB value is (54,218,192). Sum of RGB (Red+Green+Blue) = 54+218+192=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #36DAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DAC0 is #C9253F. Grayscale: #A5A5A5. Windows color (decimal): -13182272 or 12638774. OLE color: 12638774.
HSL color Cylindrical-coordinate representation of color #36DAC0: hue angle of 170.49º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DAC0 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 192 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.15 |
| HSL | 170.49º | 0.69% | 0.53% | - |
| HSV(B) | 170.49º | 0.75% | 0.85% | - |
| XYZ | 36.11 | 54.73 | 58.53 | - |
| YUV | 166 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 192 | 0.75 | 0 | 0.12 | 0.15 | 170.49 | 0.69 | 0.53 |
| Hex | 36 | DA | C0 | 4B | 0 | C | F | AA | 45 | 35 |
| Octal | 66 | 332 | 300 | 113 | 0 | 14 | 17 | 252 | 105 | 65 |
| Binary | 110110 | 11011010 | 11000000 | 1001011 | 0 | 1100 | 1111 | 10101010 | 1000101 | 110101 |
Color Harmonies of #36DAC0
Complementary color
Monochromatic Colors of #36DAC0
Black with #36DAC0
Text Example
Text Example
White with #36DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DAC0; }
p { color: rgb(54,218,192); }
H1.HeaderClassName
{
color: #36DAC0;
}
.AnyTagClassName
{
color: #36DAC0;
}
</style>
background-color css
<style>
a { background-color: #36DAC0; }
a { background-color: rgb(54,218,192); }
div.DivClassName
{
background-color: #36DAC0;
}
.BgClassName
{
background-color: #36DAC0;
}
</style>
border-color css
<style>
span { border-color: #36DAC0; }
span { border-color: rgb(54,218,192); }
td.TdClassName
{
border-color: #36DAC0;
}
.TagClassName
{
border-color: #36DAC0;
}
</style>