Shades of Turquoise #36FCC5
Tints of Turquoise #36FCC5
RGB
CMYK
RGB Variations
Color information
#36FCC5 (or 0x36FCC5) is known color: Turquoise. HEX triplet: 36, FC and C5. RGB value is (54,252,197). Sum of RGB (Red+Green+Blue) = 54+252+197=503 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.74% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCC5 is #C9033A. Grayscale: #BABABA. Windows color (decimal): -13173563 or 12975158. OLE color: 12975158.
HSL color Cylindrical-coordinate representation of color #36FCC5: hue angle of 163.33º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCC5 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 197 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.01 |
| HSL | 163.33º | 0.97% | 0.6% | - |
| HSV(B) | 163.33º | 0.79% | 0.99% | - |
| XYZ | 46.41 | 74.44 | 64.74 | - |
| YUV | 186.53 | 133.9 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 197 | 0.79 | 0 | 0.22 | 0.01 | 163.33 | 0.97 | 0.6 |
| Hex | 36 | FC | C5 | 4F | 0 | 16 | 1 | A3 | 61 | 3C |
| Octal | 66 | 374 | 305 | 117 | 0 | 26 | 1 | 243 | 141 | 74 |
| Binary | 110110 | 11111100 | 11000101 | 1001111 | 0 | 10110 | 1 | 10100011 | 1100001 | 111100 |
Color Harmonies of #36FCC5
Complementary color
Monochromatic Colors of #36FCC5
Black with #36FCC5
Text Example
Text Example
White with #36FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCC5; }
p { color: rgb(54,252,197); }
H1.HeaderClassName
{
color: #36FCC5;
}
.AnyTagClassName
{
color: #36FCC5;
}
</style>
background-color css
<style>
a { background-color: #36FCC5; }
a { background-color: rgb(54,252,197); }
div.DivClassName
{
background-color: #36FCC5;
}
.BgClassName
{
background-color: #36FCC5;
}
</style>
border-color css
<style>
span { border-color: #36FCC5; }
span { border-color: rgb(54,252,197); }
td.TdClassName
{
border-color: #36FCC5;
}
.TagClassName
{
border-color: #36FCC5;
}
</style>