Shades of Turquoise #36DAC2
Tints of Turquoise #36DAC2
RGB
CMYK
RGB Variations
Color information
#36DAC2 (or 0x36DAC2) is known color: Turquoise. HEX triplet: 36, DA and C2. RGB value is (54,218,194). Sum of RGB (Red+Green+Blue) = 54+218+194=466 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.59% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #36DAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DAC2 is #C9253D. Grayscale: #A6A6A6. Windows color (decimal): -13182270 or 12769846. OLE color: 12769846.
HSL color Cylindrical-coordinate representation of color #36DAC2: hue angle of 171.22º 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 #36DAC2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 194 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.15 |
| HSL | 171.22º | 0.69% | 0.53% | - |
| HSV(B) | 171.22º | 0.75% | 0.85% | - |
| XYZ | 36.33 | 54.82 | 59.71 | - |
| YUV | 166.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 194 | 0.75 | 0 | 0.11 | 0.15 | 171.22 | 0.69 | 0.53 |
| Hex | 36 | DA | C2 | 4B | 0 | B | F | AB | 45 | 35 |
| Octal | 66 | 332 | 302 | 113 | 0 | 13 | 17 | 253 | 105 | 65 |
| Binary | 110110 | 11011010 | 11000010 | 1001011 | 0 | 1011 | 1111 | 10101011 | 1000101 | 110101 |
Color Harmonies of #36DAC2
Complementary color
Monochromatic Colors of #36DAC2
Black with #36DAC2
Text Example
Text Example
White with #36DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DAC2; }
p { color: rgb(54,218,194); }
H1.HeaderClassName
{
color: #36DAC2;
}
.AnyTagClassName
{
color: #36DAC2;
}
</style>
background-color css
<style>
a { background-color: #36DAC2; }
a { background-color: rgb(54,218,194); }
div.DivClassName
{
background-color: #36DAC2;
}
.BgClassName
{
background-color: #36DAC2;
}
</style>
border-color css
<style>
span { border-color: #36DAC2; }
span { border-color: rgb(54,218,194); }
td.TdClassName
{
border-color: #36DAC2;
}
.TagClassName
{
border-color: #36DAC2;
}
</style>