Shades of Turquoise #36FAC1
Tints of Turquoise #36FAC1
RGB
CMYK
RGB Variations
Color information
#36FAC1 (or 0x36FAC1) is known color: Turquoise. HEX triplet: 36, FA and C1. RGB value is (54,250,193). Sum of RGB (Red+Green+Blue) = 54+250+193=497 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.87% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #36FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FAC1 is #C9053E. Grayscale: #B8B8B8. Windows color (decimal): -13174079 or 12712502. OLE color: 12712502.
HSL color Cylindrical-coordinate representation of color #36FAC1: hue angle of 162.55º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FAC1 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 193 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.02 |
| HSL | 162.55º | 0.95% | 0.6% | - |
| HSV(B) | 162.55º | 0.78% | 0.98% | - |
| XYZ | 45.33 | 73.01 | 62.15 | - |
| YUV | 184.9 | 132.57 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 193 | 0.78 | 0 | 0.23 | 0.02 | 162.55 | 0.95 | 0.6 |
| Hex | 36 | FA | C1 | 4E | 0 | 17 | 2 | A3 | 5F | 3C |
| Octal | 66 | 372 | 301 | 116 | 0 | 27 | 2 | 243 | 137 | 74 |
| Binary | 110110 | 11111010 | 11000001 | 1001110 | 0 | 10111 | 10 | 10100011 | 1011111 | 111100 |
Color Harmonies of #36FAC1
Complementary color
Monochromatic Colors of #36FAC1
Black with #36FAC1
Text Example
Text Example
White with #36FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FAC1; }
p { color: rgb(54,250,193); }
H1.HeaderClassName
{
color: #36FAC1;
}
.AnyTagClassName
{
color: #36FAC1;
}
</style>
background-color css
<style>
a { background-color: #36FAC1; }
a { background-color: rgb(54,250,193); }
div.DivClassName
{
background-color: #36FAC1;
}
.BgClassName
{
background-color: #36FAC1;
}
</style>
border-color css
<style>
span { border-color: #36FAC1; }
span { border-color: rgb(54,250,193); }
td.TdClassName
{
border-color: #36FAC1;
}
.TagClassName
{
border-color: #36FAC1;
}
</style>