Shades of Turquoise #36D5C2
Tints of Turquoise #36D5C2
RGB
CMYK
RGB Variations
Color information
#36D5C2 (or 0x36D5C2) is known color: Turquoise. HEX triplet: 36, D5 and C2. RGB value is (54,213,194). Sum of RGB (Red+Green+Blue) = 54+213+194=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #36D5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5C2 is #C92A3D. Grayscale: #A3A3A3. Windows color (decimal): -13183550 or 12768566. OLE color: 12768566.
HSL color Cylindrical-coordinate representation of color #36D5C2: hue angle of 172.83º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D5C2 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 194 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.16 |
| HSL | 172.83º | 0.65% | 0.52% | - |
| HSV(B) | 172.83º | 0.75% | 0.84% | - |
| XYZ | 35.05 | 52.27 | 59.28 | - |
| YUV | 163.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 194 | 0.75 | 0 | 0.09 | 0.16 | 172.83 | 0.65 | 0.52 |
| Hex | 36 | D5 | C2 | 4B | 0 | 9 | 10 | AD | 41 | 34 |
| Octal | 66 | 325 | 302 | 113 | 0 | 11 | 20 | 255 | 101 | 64 |
| Binary | 110110 | 11010101 | 11000010 | 1001011 | 0 | 1001 | 10000 | 10101101 | 1000001 | 110100 |
Color Harmonies of #36D5C2
Complementary color
Monochromatic Colors of #36D5C2
Black with #36D5C2
Text Example
Text Example
White with #36D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D5C2; }
p { color: rgb(54,213,194); }
H1.HeaderClassName
{
color: #36D5C2;
}
.AnyTagClassName
{
color: #36D5C2;
}
</style>
background-color css
<style>
a { background-color: #36D5C2; }
a { background-color: rgb(54,213,194); }
div.DivClassName
{
background-color: #36D5C2;
}
.BgClassName
{
background-color: #36D5C2;
}
</style>
border-color css
<style>
span { border-color: #36D5C2; }
span { border-color: rgb(54,213,194); }
td.TdClassName
{
border-color: #36D5C2;
}
.TagClassName
{
border-color: #36D5C2;
}
</style>