Shades of Turquoise #36D5CE
Tints of Turquoise #36D5CE
RGB
CMYK
RGB Variations
Color information
#36D5CE (or 0x36D5CE) is known color: Turquoise. HEX triplet: 36, D5 and CE. RGB value is (54,213,206). Sum of RGB (Red+Green+Blue) = 54+213+206=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #36D5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5CE is #C92A31. Grayscale: #A4A4A4. Windows color (decimal): -13183538 or 13554998. OLE color: 13554998.
HSL color Cylindrical-coordinate representation of color #36D5CE: hue angle of 177.36º 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 #36D5CE is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 206 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.16 |
| HSL | 177.36º | 0.65% | 0.52% | - |
| HSV(B) | 177.36º | 0.75% | 0.84% | - |
| XYZ | 36.46 | 52.83 | 66.67 | - |
| YUV | 164.66 | 151.32 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 206 | 0.75 | 0 | 0.03 | 0.16 | 177.36 | 0.65 | 0.52 |
| Hex | 36 | D5 | CE | 4B | 0 | 3 | 10 | B1 | 41 | 34 |
| Octal | 66 | 325 | 316 | 113 | 0 | 3 | 20 | 261 | 101 | 64 |
| Binary | 110110 | 11010101 | 11001110 | 1001011 | 0 | 11 | 10000 | 10110001 | 1000001 | 110100 |
Color Harmonies of #36D5CE
Complementary color
Monochromatic Colors of #36D5CE
Black with #36D5CE
Text Example
Text Example
White with #36D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D5CE; }
p { color: rgb(54,213,206); }
H1.HeaderClassName
{
color: #36D5CE;
}
.AnyTagClassName
{
color: #36D5CE;
}
</style>
background-color css
<style>
a { background-color: #36D5CE; }
a { background-color: rgb(54,213,206); }
div.DivClassName
{
background-color: #36D5CE;
}
.BgClassName
{
background-color: #36D5CE;
}
</style>
border-color css
<style>
span { border-color: #36D5CE; }
span { border-color: rgb(54,213,206); }
td.TdClassName
{
border-color: #36D5CE;
}
.TagClassName
{
border-color: #36D5CE;
}
</style>