Shades of Turquoise #36F9C2
Tints of Turquoise #36F9C2
RGB
CMYK
RGB Variations
Color information
#36F9C2 (or 0x36F9C2) is known color: Turquoise. HEX triplet: 36, F9 and C2. RGB value is (54,249,194). Sum of RGB (Red+Green+Blue) = 54+249+194=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #36F9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F9C2 is #C9063D. Grayscale: #B8B8B8. Windows color (decimal): -13174334 or 12777782. OLE color: 12777782.
HSL color Cylindrical-coordinate representation of color #36F9C2: hue angle of 163.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F9C2 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 249 | 194 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.02 |
| HSL | 163.08º | 0.94% | 0.59% | - |
| HSV(B) | 163.08º | 0.78% | 0.98% | - |
| XYZ | 45.13 | 72.43 | 62.64 | - |
| YUV | 184.43 | 133.4 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 249 | 194 | 0.78 | 0 | 0.22 | 0.02 | 163.08 | 0.94 | 0.59 |
| Hex | 36 | F9 | C2 | 4E | 0 | 16 | 2 | A3 | 5E | 3B |
| Octal | 66 | 371 | 302 | 116 | 0 | 26 | 2 | 243 | 136 | 73 |
| Binary | 110110 | 11111001 | 11000010 | 1001110 | 0 | 10110 | 10 | 10100011 | 1011110 | 111011 |
Color Harmonies of #36F9C2
Complementary color
Monochromatic Colors of #36F9C2
Black with #36F9C2
Text Example
Text Example
White with #36F9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F9C2; }
p { color: rgb(54,249,194); }
H1.HeaderClassName
{
color: #36F9C2;
}
.AnyTagClassName
{
color: #36F9C2;
}
</style>
background-color css
<style>
a { background-color: #36F9C2; }
a { background-color: rgb(54,249,194); }
div.DivClassName
{
background-color: #36F9C2;
}
.BgClassName
{
background-color: #36F9C2;
}
</style>
border-color css
<style>
span { border-color: #36F9C2; }
span { border-color: rgb(54,249,194); }
td.TdClassName
{
border-color: #36F9C2;
}
.TagClassName
{
border-color: #36F9C2;
}
</style>