Shades of Turquoise #36FFD4
Tints of Turquoise #36FFD4
RGB
CMYK
RGB Variations
Color information
#36FFD4 (or 0x36FFD4) is known color: Turquoise. HEX triplet: 36, FF and D4. RGB value is (54,255,212). Sum of RGB (Red+Green+Blue) = 54+255+212=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFD4 is #C9002B. Grayscale: #BDBDBD. Windows color (decimal): -13172780 or 13958966. OLE color: 13958966.
HSL color Cylindrical-coordinate representation of color #36FFD4: hue angle of 167.16º 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 #36FFD4 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 212 | - |
| CMYK | 0.79 | 0 | 0.17 | 0 |
| HSL | 167.16º | 1% | 0.61% | - |
| HSV(B) | 167.16º | 0.79% | 1% | - |
| XYZ | 49.16 | 77.06 | 74.57 | - |
| YUV | 190 | 140.41 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 212 | 0.79 | 0 | 0.17 | 0 | 167.16 | 1 | 0.61 |
| Hex | 36 | FF | D4 | 4F | 0 | 11 | 0 | A7 | 64 | 3D |
| Octal | 66 | 377 | 324 | 117 | 0 | 21 | 0 | 247 | 144 | 75 |
| Binary | 110110 | 11111111 | 11010100 | 1001111 | 0 | 10001 | 0 | 10100111 | 1100100 | 111101 |
Color Harmonies of #36FFD4
Complementary color
Monochromatic Colors of #36FFD4
Black with #36FFD4
Text Example
Text Example
White with #36FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFD4; }
p { color: rgb(54,255,212); }
H1.HeaderClassName
{
color: #36FFD4;
}
.AnyTagClassName
{
color: #36FFD4;
}
</style>
background-color css
<style>
a { background-color: #36FFD4; }
a { background-color: rgb(54,255,212); }
div.DivClassName
{
background-color: #36FFD4;
}
.BgClassName
{
background-color: #36FFD4;
}
</style>
border-color css
<style>
span { border-color: #36FFD4; }
span { border-color: rgb(54,255,212); }
td.TdClassName
{
border-color: #36FFD4;
}
.TagClassName
{
border-color: #36FFD4;
}
</style>