Shades of Turquoise #36DACB
Tints of Turquoise #36DACB
RGB
CMYK
RGB Variations
Color information
#36DACB (or 0x36DACB) is known color: Turquoise. HEX triplet: 36, DA and CB. RGB value is (54,218,203). Sum of RGB (Red+Green+Blue) = 54+218+203=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #36DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DACB is #C92534. Grayscale: #A7A7A7. Windows color (decimal): -13182261 or 13359670. OLE color: 13359670.
HSL color Cylindrical-coordinate representation of color #36DACB: hue angle of 174.51º 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 #36DACB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 203 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.15 |
| HSL | 174.51º | 0.69% | 0.53% | - |
| HSV(B) | 174.51º | 0.75% | 0.85% | - |
| XYZ | 37.37 | 55.24 | 65.19 | - |
| YUV | 167.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 203 | 0.75 | 0 | 0.07 | 0.15 | 174.51 | 0.69 | 0.53 |
| Hex | 36 | DA | CB | 4B | 0 | 7 | F | AF | 45 | 35 |
| Octal | 66 | 332 | 313 | 113 | 0 | 7 | 17 | 257 | 105 | 65 |
| Binary | 110110 | 11011010 | 11001011 | 1001011 | 0 | 111 | 1111 | 10101111 | 1000101 | 110101 |
Color Harmonies of #36DACB
Complementary color
Monochromatic Colors of #36DACB
Black with #36DACB
Text Example
Text Example
White with #36DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DACB; }
p { color: rgb(54,218,203); }
H1.HeaderClassName
{
color: #36DACB;
}
.AnyTagClassName
{
color: #36DACB;
}
</style>
background-color css
<style>
a { background-color: #36DACB; }
a { background-color: rgb(54,218,203); }
div.DivClassName
{
background-color: #36DACB;
}
.BgClassName
{
background-color: #36DACB;
}
</style>
border-color css
<style>
span { border-color: #36DACB; }
span { border-color: rgb(54,218,203); }
td.TdClassName
{
border-color: #36DACB;
}
.TagClassName
{
border-color: #36DACB;
}
</style>