Shades of Turquoise #36FFC5
Tints of Turquoise #36FFC5
RGB
CMYK
RGB Variations
Color information
#36FFC5 (or 0x36FFC5) is known color: Turquoise. HEX triplet: 36, FF and C5. RGB value is (54,255,197). Sum of RGB (Red+Green+Blue) = 54+255+197=506 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.67% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFC5 is #C9003A. Grayscale: #BCBCBC. Windows color (decimal): -13172795 or 12975926. OLE color: 12975926.
HSL color Cylindrical-coordinate representation of color #36FFC5: hue angle of 162.69º 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 #36FFC5 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 197 | - |
| CMYK | 0.79 | 0 | 0.23 | 0 |
| HSL | 162.69º | 1% | 0.61% | - |
| HSV(B) | 162.69º | 0.79% | 1% | - |
| XYZ | 47.36 | 76.34 | 65.06 | - |
| YUV | 188.29 | 132.91 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 197 | 0.79 | 0 | 0.23 | 0 | 162.69 | 1 | 0.61 |
| Hex | 36 | FF | C5 | 4F | 0 | 17 | 0 | A3 | 64 | 3D |
| Octal | 66 | 377 | 305 | 117 | 0 | 27 | 0 | 243 | 144 | 75 |
| Binary | 110110 | 11111111 | 11000101 | 1001111 | 0 | 10111 | 0 | 10100011 | 1100100 | 111101 |
Color Harmonies of #36FFC5
Complementary color
Monochromatic Colors of #36FFC5
Black with #36FFC5
Text Example
Text Example
White with #36FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFC5; }
p { color: rgb(54,255,197); }
H1.HeaderClassName
{
color: #36FFC5;
}
.AnyTagClassName
{
color: #36FFC5;
}
</style>
background-color css
<style>
a { background-color: #36FFC5; }
a { background-color: rgb(54,255,197); }
div.DivClassName
{
background-color: #36FFC5;
}
.BgClassName
{
background-color: #36FFC5;
}
</style>
border-color css
<style>
span { border-color: #36FFC5; }
span { border-color: rgb(54,255,197); }
td.TdClassName
{
border-color: #36FFC5;
}
.TagClassName
{
border-color: #36FFC5;
}
</style>