Shades of Turquoise #36FCD3
Tints of Turquoise #36FCD3
RGB
CMYK
RGB Variations
Color information
#36FCD3 (or 0x36FCD3) is known color: Turquoise. HEX triplet: 36, FC and D3. RGB value is (54,252,211). Sum of RGB (Red+Green+Blue) = 54+252+211=517 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.44% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCD3 is #C9032C. Grayscale: #BCBCBC. Windows color (decimal): -13173549 or 13892662. OLE color: 13892662.
HSL color Cylindrical-coordinate representation of color #36FCD3: hue angle of 167.58º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCD3 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 211 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.01 |
| HSL | 167.58º | 0.97% | 0.6% | - |
| HSV(B) | 167.58º | 0.79% | 0.99% | - |
| XYZ | 48.09 | 75.11 | 73.59 | - |
| YUV | 188.12 | 140.9 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 211 | 0.79 | 0 | 0.16 | 0.01 | 167.58 | 0.97 | 0.6 |
| Hex | 36 | FC | D3 | 4F | 0 | 10 | 1 | A8 | 61 | 3C |
| Octal | 66 | 374 | 323 | 117 | 0 | 20 | 1 | 250 | 141 | 74 |
| Binary | 110110 | 11111100 | 11010011 | 1001111 | 0 | 10000 | 1 | 10101000 | 1100001 | 111100 |
Color Harmonies of #36FCD3
Complementary color
Monochromatic Colors of #36FCD3
Black with #36FCD3
Text Example
Text Example
White with #36FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCD3; }
p { color: rgb(54,252,211); }
H1.HeaderClassName
{
color: #36FCD3;
}
.AnyTagClassName
{
color: #36FCD3;
}
</style>
background-color css
<style>
a { background-color: #36FCD3; }
a { background-color: rgb(54,252,211); }
div.DivClassName
{
background-color: #36FCD3;
}
.BgClassName
{
background-color: #36FCD3;
}
</style>
border-color css
<style>
span { border-color: #36FCD3; }
span { border-color: rgb(54,252,211); }
td.TdClassName
{
border-color: #36FCD3;
}
.TagClassName
{
border-color: #36FCD3;
}
</style>