Shades of Turquoise #36FBDC
Tints of Turquoise #36FBDC
RGB
CMYK
RGB Variations
Color information
#36FBDC (or 0x36FBDC) is known color: Turquoise. HEX triplet: 36, FB and DC. RGB value is (54,251,220). Sum of RGB (Red+Green+Blue) = 54+251+220=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #36FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FBDC is #C90423. Grayscale: #BCBCBC. Windows color (decimal): -13173796 or 14482230. OLE color: 14482230.
HSL color Cylindrical-coordinate representation of color #36FBDC: hue angle of 170.56º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FBDC is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 251 | 220 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.02 |
| HSL | 170.56º | 0.96% | 0.6% | - |
| HSV(B) | 170.56º | 0.78% | 0.98% | - |
| XYZ | 48.94 | 74.95 | 79.6 | - |
| YUV | 188.56 | 145.73 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 251 | 220 | 0.78 | 0 | 0.12 | 0.02 | 170.56 | 0.96 | 0.6 |
| Hex | 36 | FB | DC | 4E | 0 | C | 2 | AB | 60 | 3C |
| Octal | 66 | 373 | 334 | 116 | 0 | 14 | 2 | 253 | 140 | 74 |
| Binary | 110110 | 11111011 | 11011100 | 1001110 | 0 | 1100 | 10 | 10101011 | 1100000 | 111100 |
Color Harmonies of #36FBDC
Complementary color
Monochromatic Colors of #36FBDC
Black with #36FBDC
Text Example
Text Example
White with #36FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FBDC; }
p { color: rgb(54,251,220); }
H1.HeaderClassName
{
color: #36FBDC;
}
.AnyTagClassName
{
color: #36FBDC;
}
</style>
background-color css
<style>
a { background-color: #36FBDC; }
a { background-color: rgb(54,251,220); }
div.DivClassName
{
background-color: #36FBDC;
}
.BgClassName
{
background-color: #36FBDC;
}
</style>
border-color css
<style>
span { border-color: #36FBDC; }
span { border-color: rgb(54,251,220); }
td.TdClassName
{
border-color: #36FBDC;
}
.TagClassName
{
border-color: #36FBDC;
}
</style>