Shades of Turquoise #36FFD3
Tints of Turquoise #36FFD3
RGB
CMYK
RGB Variations
Color information
#36FFD3 (or 0x36FFD3) is known color: Turquoise. HEX triplet: 36, FF and D3. RGB value is (54,255,211). Sum of RGB (Red+Green+Blue) = 54+255+211=520 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.38% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFD3 is #C9002C. Grayscale: #BDBDBD. Windows color (decimal): -13172781 or 13893430. OLE color: 13893430.
HSL color Cylindrical-coordinate representation of color #36FFD3: hue angle of 166.87º 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 #36FFD3 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 211 | - |
| CMYK | 0.79 | 0 | 0.17 | 0 |
| HSL | 166.87º | 1% | 0.61% | - |
| HSV(B) | 166.87º | 0.79% | 1% | - |
| XYZ | 49.04 | 77.01 | 73.91 | - |
| YUV | 189.89 | 139.91 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 211 | 0.79 | 0 | 0.17 | 0 | 166.87 | 1 | 0.61 |
| Hex | 36 | FF | D3 | 4F | 0 | 11 | 0 | A7 | 64 | 3D |
| Octal | 66 | 377 | 323 | 117 | 0 | 21 | 0 | 247 | 144 | 75 |
| Binary | 110110 | 11111111 | 11010011 | 1001111 | 0 | 10001 | 0 | 10100111 | 1100100 | 111101 |
Color Harmonies of #36FFD3
Complementary color
Monochromatic Colors of #36FFD3
Black with #36FFD3
Text Example
Text Example
White with #36FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFD3; }
p { color: rgb(54,255,211); }
H1.HeaderClassName
{
color: #36FFD3;
}
.AnyTagClassName
{
color: #36FFD3;
}
</style>
background-color css
<style>
a { background-color: #36FFD3; }
a { background-color: rgb(54,255,211); }
div.DivClassName
{
background-color: #36FFD3;
}
.BgClassName
{
background-color: #36FFD3;
}
</style>
border-color css
<style>
span { border-color: #36FFD3; }
span { border-color: rgb(54,255,211); }
td.TdClassName
{
border-color: #36FFD3;
}
.TagClassName
{
border-color: #36FFD3;
}
</style>