Shades of Turquoise #36FFC7
Tints of Turquoise #36FFC7
RGB
CMYK
RGB Variations
Color information
#36FFC7 (or 0x36FFC7) is known color: Turquoise. HEX triplet: 36, FF and C7. RGB value is (54,255,199). Sum of RGB (Red+Green+Blue) = 54+255+199=508 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.63% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFC7 is #C90038. Grayscale: #BCBCBC. Windows color (decimal): -13172793 or 13106998. OLE color: 13106998.
HSL color Cylindrical-coordinate representation of color #36FFC7: hue angle of 163.28º 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 #36FFC7 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 199 | - |
| CMYK | 0.79 | 0 | 0.22 | 0 |
| HSL | 163.28º | 1% | 0.61% | - |
| HSV(B) | 163.28º | 0.79% | 1% | - |
| XYZ | 47.59 | 76.43 | 66.28 | - |
| YUV | 188.52 | 133.91 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 199 | 0.79 | 0 | 0.22 | 0 | 163.28 | 1 | 0.61 |
| Hex | 36 | FF | C7 | 4F | 0 | 16 | 0 | A3 | 64 | 3D |
| Octal | 66 | 377 | 307 | 117 | 0 | 26 | 0 | 243 | 144 | 75 |
| Binary | 110110 | 11111111 | 11000111 | 1001111 | 0 | 10110 | 0 | 10100011 | 1100100 | 111101 |
Color Harmonies of #36FFC7
Complementary color
Monochromatic Colors of #36FFC7
Black with #36FFC7
Text Example
Text Example
White with #36FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFC7; }
p { color: rgb(54,255,199); }
H1.HeaderClassName
{
color: #36FFC7;
}
.AnyTagClassName
{
color: #36FFC7;
}
</style>
background-color css
<style>
a { background-color: #36FFC7; }
a { background-color: rgb(54,255,199); }
div.DivClassName
{
background-color: #36FFC7;
}
.BgClassName
{
background-color: #36FFC7;
}
</style>
border-color css
<style>
span { border-color: #36FFC7; }
span { border-color: rgb(54,255,199); }
td.TdClassName
{
border-color: #36FFC7;
}
.TagClassName
{
border-color: #36FFC7;
}
</style>