Shades of Turquoise #36DFCC
Tints of Turquoise #36DFCC
RGB
CMYK
RGB Variations
Color information
#36DFCC (or 0x36DFCC) is known color: Turquoise. HEX triplet: 36, DF and CC. RGB value is (54,223,204). Sum of RGB (Red+Green+Blue) = 54+223+204=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFCC is #C92033. Grayscale: #AAAAAA. Windows color (decimal): -13180980 or 13426486. OLE color: 13426486.
HSL color Cylindrical-coordinate representation of color #36DFCC: hue angle of 173.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DFCC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 204 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.13 |
| HSL | 173.25º | 0.73% | 0.54% | - |
| HSV(B) | 173.25º | 0.76% | 0.87% | - |
| XYZ | 38.81 | 57.92 | 66.26 | - |
| YUV | 170.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 204 | 0.76 | 0 | 0.09 | 0.13 | 173.25 | 0.73 | 0.54 |
| Hex | 36 | DF | CC | 4C | 0 | 9 | D | AD | 49 | 36 |
| Octal | 66 | 337 | 314 | 114 | 0 | 11 | 15 | 255 | 111 | 66 |
| Binary | 110110 | 11011111 | 11001100 | 1001100 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110110 |
Color Harmonies of #36DFCC
Complementary color
Monochromatic Colors of #36DFCC
Black with #36DFCC
Text Example
Text Example
White with #36DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFCC; }
p { color: rgb(54,223,204); }
H1.HeaderClassName
{
color: #36DFCC;
}
.AnyTagClassName
{
color: #36DFCC;
}
</style>
background-color css
<style>
a { background-color: #36DFCC; }
a { background-color: rgb(54,223,204); }
div.DivClassName
{
background-color: #36DFCC;
}
.BgClassName
{
background-color: #36DFCC;
}
</style>
border-color css
<style>
span { border-color: #36DFCC; }
span { border-color: rgb(54,223,204); }
td.TdClassName
{
border-color: #36DFCC;
}
.TagClassName
{
border-color: #36DFCC;
}
</style>