Shades of Turquoise #36FFF1
Tints of Turquoise #36FFF1
RGB
CMYK
RGB Variations
Color information
#36FFF1 (or 0x36FFF1) is known color: Turquoise. HEX triplet: 36, FF and F1. RGB value is (54,255,241). Sum of RGB (Red+Green+Blue) = 54+255+241=550 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.82% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFF1 is #C9000E. Grayscale: #C1C1C1. Windows color (decimal): -13172751 or 15859510. OLE color: 15859510.
HSL color Cylindrical-coordinate representation of color #36FFF1: hue angle of 175.82º 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 #36FFF1 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 241 | - |
| CMYK | 0.79 | 0 | 0.05 | 0 |
| HSL | 175.82º | 1% | 0.61% | - |
| HSV(B) | 175.82º | 0.79% | 1% | - |
| XYZ | 53.16 | 78.66 | 95.6 | - |
| YUV | 193.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 241 | 0.79 | 0 | 0.05 | 0 | 175.82 | 1 | 0.61 |
| Hex | 36 | FF | F1 | 4F | 0 | 5 | 0 | B0 | 64 | 3D |
| Octal | 66 | 377 | 361 | 117 | 0 | 5 | 0 | 260 | 144 | 75 |
| Binary | 110110 | 11111111 | 11110001 | 1001111 | 0 | 101 | 0 | 10110000 | 1100100 | 111101 |
Color Harmonies of #36FFF1
Complementary color
Monochromatic Colors of #36FFF1
Black with #36FFF1
Text Example
Text Example
White with #36FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFF1; }
p { color: rgb(54,255,241); }
H1.HeaderClassName
{
color: #36FFF1;
}
.AnyTagClassName
{
color: #36FFF1;
}
</style>
background-color css
<style>
a { background-color: #36FFF1; }
a { background-color: rgb(54,255,241); }
div.DivClassName
{
background-color: #36FFF1;
}
.BgClassName
{
background-color: #36FFF1;
}
</style>
border-color css
<style>
span { border-color: #36FFF1; }
span { border-color: rgb(54,255,241); }
td.TdClassName
{
border-color: #36FFF1;
}
.TagClassName
{
border-color: #36FFF1;
}
</style>