Shades of Turquoise #36D5C1
Tints of Turquoise #36D5C1
RGB
CMYK
RGB Variations
Color information
#36D5C1 (or 0x36D5C1) is known color: Turquoise. HEX triplet: 36, D5 and C1. RGB value is (54,213,193). Sum of RGB (Red+Green+Blue) = 54+213+193=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #36D5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5C1 is #C92A3E. Grayscale: #A3A3A3. Windows color (decimal): -13183551 or 12703030. OLE color: 12703030.
HSL color Cylindrical-coordinate representation of color #36D5C1: hue angle of 172.45º 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 #36D5C1 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 193 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.16 |
| HSL | 172.45º | 0.65% | 0.52% | - |
| HSV(B) | 172.45º | 0.75% | 0.84% | - |
| XYZ | 34.94 | 52.22 | 58.69 | - |
| YUV | 163.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 193 | 0.75 | 0 | 0.09 | 0.16 | 172.45 | 0.65 | 0.52 |
| Hex | 36 | D5 | C1 | 4B | 0 | 9 | 10 | AC | 41 | 34 |
| Octal | 66 | 325 | 301 | 113 | 0 | 11 | 20 | 254 | 101 | 64 |
| Binary | 110110 | 11010101 | 11000001 | 1001011 | 0 | 1001 | 10000 | 10101100 | 1000001 | 110100 |
Color Harmonies of #36D5C1
Complementary color
Monochromatic Colors of #36D5C1
Black with #36D5C1
Text Example
Text Example
White with #36D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D5C1; }
p { color: rgb(54,213,193); }
H1.HeaderClassName
{
color: #36D5C1;
}
.AnyTagClassName
{
color: #36D5C1;
}
</style>
background-color css
<style>
a { background-color: #36D5C1; }
a { background-color: rgb(54,213,193); }
div.DivClassName
{
background-color: #36D5C1;
}
.BgClassName
{
background-color: #36D5C1;
}
</style>
border-color css
<style>
span { border-color: #36D5C1; }
span { border-color: rgb(54,213,193); }
td.TdClassName
{
border-color: #36D5C1;
}
.TagClassName
{
border-color: #36D5C1;
}
</style>