Shades of Turquoise #1FEBC2
Tints of Turquoise #1FEBC2
RGB
CMYK
RGB Variations
Color information
#1FEBC2 (or 0x1FEBC2) is known color: Turquoise. HEX triplet: 1F, EB and C2. RGB value is (31,235,194). Sum of RGB (Red+Green+Blue) = 31+235+194=460 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.74% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEBC2 is #E0143D. Grayscale: #A9A9A9. Windows color (decimal): -14685246 or 12774175. OLE color: 12774175.
HSL color Cylindrical-coordinate representation of color #1FEBC2: hue angle of 167.94º 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 #1FEBC2 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 235 | 194 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.08 |
| HSL | 167.94º | 0.84% | 0.52% | - |
| HSV(B) | 167.94º | 0.87% | 0.92% | - |
| XYZ | 40.01 | 63.6 | 61.21 | - |
| YUV | 169.33 | 141.91 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 194 | 0.87 | 0 | 0.17 | 0.08 | 167.94 | 0.84 | 0.52 |
| Hex | 1F | EB | C2 | 57 | 0 | 11 | 8 | A8 | 54 | 34 |
| Octal | 37 | 353 | 302 | 127 | 0 | 21 | 10 | 250 | 124 | 64 |
| Binary | 11111 | 11101011 | 11000010 | 1010111 | 0 | 10001 | 1000 | 10101000 | 1010100 | 110100 |
Color Harmonies of #1FEBC2
Complementary color
Monochromatic Colors of #1FEBC2
Black with #1FEBC2
Text Example
Text Example
White with #1FEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEBC2; }
p { color: rgb(31,235,194); }
H1.HeaderClassName
{
color: #1FEBC2;
}
.AnyTagClassName
{
color: #1FEBC2;
}
</style>
background-color css
<style>
a { background-color: #1FEBC2; }
a { background-color: rgb(31,235,194); }
div.DivClassName
{
background-color: #1FEBC2;
}
.BgClassName
{
background-color: #1FEBC2;
}
</style>
border-color css
<style>
span { border-color: #1FEBC2; }
span { border-color: rgb(31,235,194); }
td.TdClassName
{
border-color: #1FEBC2;
}
.TagClassName
{
border-color: #1FEBC2;
}
</style>