Shades of Turquoise #36E6CB
Tints of Turquoise #36E6CB
RGB
CMYK
RGB Variations
Color information
#36E6CB (or 0x36E6CB) is known color: Turquoise. HEX triplet: 36, E6 and CB. RGB value is (54,230,203). Sum of RGB (Red+Green+Blue) = 54+230+203=487 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.09% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #36E6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E6CB is #C91934. Grayscale: #AEAEAE. Windows color (decimal): -13179189 or 13362742. OLE color: 13362742.
HSL color Cylindrical-coordinate representation of color #36E6CB: hue angle of 170.8º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E6CB is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 230 | 203 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.10 |
| HSL | 170.8º | 0.78% | 0.56% | - |
| HSV(B) | 170.8º | 0.77% | 0.9% | - |
| XYZ | 40.6 | 61.69 | 66.27 | - |
| YUV | 174.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 230 | 203 | 0.77 | 0 | 0.12 | 0.10 | 170.8 | 0.78 | 0.56 |
| Hex | 36 | E6 | CB | 4D | 0 | C | A | AB | 4E | 38 |
| Octal | 66 | 346 | 313 | 115 | 0 | 14 | 12 | 253 | 116 | 70 |
| Binary | 110110 | 11100110 | 11001011 | 1001101 | 0 | 1100 | 1010 | 10101011 | 1001110 | 111000 |
Color Harmonies of #36E6CB
Complementary color
Monochromatic Colors of #36E6CB
Black with #36E6CB
Text Example
Text Example
White with #36E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E6CB; }
p { color: rgb(54,230,203); }
H1.HeaderClassName
{
color: #36E6CB;
}
.AnyTagClassName
{
color: #36E6CB;
}
</style>
background-color css
<style>
a { background-color: #36E6CB; }
a { background-color: rgb(54,230,203); }
div.DivClassName
{
background-color: #36E6CB;
}
.BgClassName
{
background-color: #36E6CB;
}
</style>
border-color css
<style>
span { border-color: #36E6CB; }
span { border-color: rgb(54,230,203); }
td.TdClassName
{
border-color: #36E6CB;
}
.TagClassName
{
border-color: #36E6CB;
}
</style>