Shades of Turquoise #36DCC3
Tints of Turquoise #36DCC3
RGB
CMYK
RGB Variations
Color information
#36DCC3 (or 0x36DCC3) is known color: Turquoise. HEX triplet: 36, DC and C3. RGB value is (54,220,195). Sum of RGB (Red+Green+Blue) = 54+220+195=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCC3 is #C9233C. Grayscale: #A7A7A7. Windows color (decimal): -13181757 or 12835894. OLE color: 12835894.
HSL color Cylindrical-coordinate representation of color #36DCC3: hue angle of 170.96º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCC3 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 195 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.14 |
| HSL | 170.96º | 0.7% | 0.54% | - |
| HSV(B) | 170.96º | 0.75% | 0.86% | - |
| XYZ | 36.96 | 55.91 | 60.47 | - |
| YUV | 167.52 | 143.5 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 195 | 0.75 | 0 | 0.11 | 0.14 | 170.96 | 0.7 | 0.54 |
| Hex | 36 | DC | C3 | 4B | 0 | B | E | AB | 46 | 36 |
| Octal | 66 | 334 | 303 | 113 | 0 | 13 | 16 | 253 | 106 | 66 |
| Binary | 110110 | 11011100 | 11000011 | 1001011 | 0 | 1011 | 1110 | 10101011 | 1000110 | 110110 |
Color Harmonies of #36DCC3
Complementary color
Monochromatic Colors of #36DCC3
Black with #36DCC3
Text Example
Text Example
White with #36DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCC3; }
p { color: rgb(54,220,195); }
H1.HeaderClassName
{
color: #36DCC3;
}
.AnyTagClassName
{
color: #36DCC3;
}
</style>
background-color css
<style>
a { background-color: #36DCC3; }
a { background-color: rgb(54,220,195); }
div.DivClassName
{
background-color: #36DCC3;
}
.BgClassName
{
background-color: #36DCC3;
}
</style>
border-color css
<style>
span { border-color: #36DCC3; }
span { border-color: rgb(54,220,195); }
td.TdClassName
{
border-color: #36DCC3;
}
.TagClassName
{
border-color: #36DCC3;
}
</style>