Shades of Turquoise #1FEBBA
Tints of Turquoise #1FEBBA
RGB
CMYK
RGB Variations
Color information
#1FEBBA (or 0x1FEBBA) is known color: Turquoise. HEX triplet: 1F, EB and BA. RGB value is (31,235,186). Sum of RGB (Red+Green+Blue) = 31+235+186=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEBBA is #E01445. Grayscale: #A8A8A8. Windows color (decimal): -14685254 or 12249887. OLE color: 12249887.
HSL color Cylindrical-coordinate representation of color #1FEBBA: hue angle of 165.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEBBA is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 235 | 186 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.08 |
| HSL | 165.59º | 0.84% | 0.52% | - |
| HSV(B) | 165.59º | 0.87% | 0.92% | - |
| XYZ | 39.14 | 63.25 | 56.6 | - |
| YUV | 168.42 | 137.91 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 186 | 0.87 | 0 | 0.21 | 0.08 | 165.59 | 0.84 | 0.52 |
| Hex | 1F | EB | BA | 57 | 0 | 15 | 8 | A6 | 54 | 34 |
| Octal | 37 | 353 | 272 | 127 | 0 | 25 | 10 | 246 | 124 | 64 |
| Binary | 11111 | 11101011 | 10111010 | 1010111 | 0 | 10101 | 1000 | 10100110 | 1010100 | 110100 |
Color Harmonies of #1FEBBA
Complementary color
Monochromatic Colors of #1FEBBA
Black with #1FEBBA
Text Example
Text Example
White with #1FEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEBBA; }
p { color: rgb(31,235,186); }
H1.HeaderClassName
{
color: #1FEBBA;
}
.AnyTagClassName
{
color: #1FEBBA;
}
</style>
background-color css
<style>
a { background-color: #1FEBBA; }
a { background-color: rgb(31,235,186); }
div.DivClassName
{
background-color: #1FEBBA;
}
.BgClassName
{
background-color: #1FEBBA;
}
</style>
border-color css
<style>
span { border-color: #1FEBBA; }
span { border-color: rgb(31,235,186); }
td.TdClassName
{
border-color: #1FEBBA;
}
.TagClassName
{
border-color: #1FEBBA;
}
</style>