Shades of Turquoise #1FEFC0
Tints of Turquoise #1FEFC0
RGB
CMYK
RGB Variations
Color information
#1FEFC0 (or 0x1FEFC0) is known color: Turquoise. HEX triplet: 1F, EF and C0. RGB value is (31,239,192). Sum of RGB (Red+Green+Blue) = 31+239+192=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFC0 is #E0103F. Grayscale: #ABABAB. Windows color (decimal): -14684224 or 12644127. OLE color: 12644127.
HSL color Cylindrical-coordinate representation of color #1FEFC0: hue angle of 166.44º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFC0 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 239 | 192 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.06 |
| HSL | 166.44º | 0.87% | 0.53% | - |
| HSV(B) | 166.44º | 0.87% | 0.94% | - |
| XYZ | 40.95 | 65.83 | 60.42 | - |
| YUV | 171.45 | 139.59 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 192 | 0.87 | 0 | 0.20 | 0.06 | 166.44 | 0.87 | 0.53 |
| Hex | 1F | EF | C0 | 57 | 0 | 14 | 6 | A6 | 57 | 35 |
| Octal | 37 | 357 | 300 | 127 | 0 | 24 | 6 | 246 | 127 | 65 |
| Binary | 11111 | 11101111 | 11000000 | 1010111 | 0 | 10100 | 110 | 10100110 | 1010111 | 110101 |
Color Harmonies of #1FEFC0
Complementary color
Monochromatic Colors of #1FEFC0
Black with #1FEFC0
Text Example
Text Example
White with #1FEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFC0; }
p { color: rgb(31,239,192); }
H1.HeaderClassName
{
color: #1FEFC0;
}
.AnyTagClassName
{
color: #1FEFC0;
}
</style>
background-color css
<style>
a { background-color: #1FEFC0; }
a { background-color: rgb(31,239,192); }
div.DivClassName
{
background-color: #1FEFC0;
}
.BgClassName
{
background-color: #1FEFC0;
}
</style>
border-color css
<style>
span { border-color: #1FEFC0; }
span { border-color: rgb(31,239,192); }
td.TdClassName
{
border-color: #1FEFC0;
}
.TagClassName
{
border-color: #1FEFC0;
}
</style>