Shades of Turquoise #36FBF2
Tints of Turquoise #36FBF2
RGB
CMYK
RGB Variations
Color information
#36FBF2 (or 0x36FBF2) is known color: Turquoise. HEX triplet: 36, FB and F2. RGB value is (54,251,242). Sum of RGB (Red+Green+Blue) = 54+251+242=547 (72% of max value = 765). Red value is 54 (21.48% from 255 or 9.87% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #36FBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FBF2 is #C9040D. Grayscale: #BEBEBE. Windows color (decimal): -13173774 or 15924022. OLE color: 15924022.
HSL color Cylindrical-coordinate representation of color #36FBF2: hue angle of 177.26º degrees, saturation: 0.96, 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 #36FBF2 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 251 | 242 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.02 |
| HSL | 177.26º | 0.96% | 0.6% | - |
| HSV(B) | 177.26º | 0.78% | 0.98% | - |
| XYZ | 52.05 | 76.19 | 95.97 | - |
| YUV | 191.07 | 156.73 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 251 | 242 | 0.78 | 0 | 0.04 | 0.02 | 177.26 | 0.96 | 0.6 |
| Hex | 36 | FB | F2 | 4E | 0 | 4 | 2 | B1 | 60 | 3C |
| Octal | 66 | 373 | 362 | 116 | 0 | 4 | 2 | 261 | 140 | 74 |
| Binary | 110110 | 11111011 | 11110010 | 1001110 | 0 | 100 | 10 | 10110001 | 1100000 | 111100 |
Color Harmonies of #36FBF2
Complementary color
Monochromatic Colors of #36FBF2
Black with #36FBF2
Text Example
Text Example
White with #36FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FBF2; }
p { color: rgb(54,251,242); }
H1.HeaderClassName
{
color: #36FBF2;
}
.AnyTagClassName
{
color: #36FBF2;
}
</style>
background-color css
<style>
a { background-color: #36FBF2; }
a { background-color: rgb(54,251,242); }
div.DivClassName
{
background-color: #36FBF2;
}
.BgClassName
{
background-color: #36FBF2;
}
</style>
border-color css
<style>
span { border-color: #36FBF2; }
span { border-color: rgb(54,251,242); }
td.TdClassName
{
border-color: #36FBF2;
}
.TagClassName
{
border-color: #36FBF2;
}
</style>