Shades of Turquoise #36FFD2
Tints of Turquoise #36FFD2
RGB
CMYK
RGB Variations
Color information
#36FFD2 (or 0x36FFD2) is known color: Turquoise. HEX triplet: 36, FF and D2. RGB value is (54,255,210). Sum of RGB (Red+Green+Blue) = 54+255+210=519 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.40% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFD2 is #C9002D. Grayscale: #BDBDBD. Windows color (decimal): -13172782 or 13827894. OLE color: 13827894.
HSL color Cylindrical-coordinate representation of color #36FFD2: hue angle of 166.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFD2 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 210 | - |
| CMYK | 0.79 | 0 | 0.18 | 0 |
| HSL | 166.57º | 1% | 0.61% | - |
| HSV(B) | 166.57º | 0.79% | 1% | - |
| XYZ | 48.91 | 76.96 | 73.25 | - |
| YUV | 189.77 | 139.41 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 210 | 0.79 | 0 | 0.18 | 0 | 166.57 | 1 | 0.61 |
| Hex | 36 | FF | D2 | 4F | 0 | 12 | 0 | A7 | 64 | 3D |
| Octal | 66 | 377 | 322 | 117 | 0 | 22 | 0 | 247 | 144 | 75 |
| Binary | 110110 | 11111111 | 11010010 | 1001111 | 0 | 10010 | 0 | 10100111 | 1100100 | 111101 |
Color Harmonies of #36FFD2
Complementary color
Monochromatic Colors of #36FFD2
Black with #36FFD2
Text Example
Text Example
White with #36FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFD2; }
p { color: rgb(54,255,210); }
H1.HeaderClassName
{
color: #36FFD2;
}
.AnyTagClassName
{
color: #36FFD2;
}
</style>
background-color css
<style>
a { background-color: #36FFD2; }
a { background-color: rgb(54,255,210); }
div.DivClassName
{
background-color: #36FFD2;
}
.BgClassName
{
background-color: #36FFD2;
}
</style>
border-color css
<style>
span { border-color: #36FFD2; }
span { border-color: rgb(54,255,210); }
td.TdClassName
{
border-color: #36FFD2;
}
.TagClassName
{
border-color: #36FFD2;
}
</style>