Shades of Turquoise #1FEFBC
Tints of Turquoise #1FEFBC
RGB
CMYK
RGB Variations
Color information
#1FEFBC (or 0x1FEFBC) is known color: Turquoise. HEX triplet: 1F, EF and BC. RGB value is (31,239,188). Sum of RGB (Red+Green+Blue) = 31+239+188=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFBC is #E01043. Grayscale: #AAAAAA. Windows color (decimal): -14684228 or 12381983. OLE color: 12381983.
HSL color Cylindrical-coordinate representation of color #1FEFBC: hue angle of 165.29º 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 #1FEFBC is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 239 | 188 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.06 |
| HSL | 165.29º | 0.87% | 0.53% | - |
| HSV(B) | 165.29º | 0.87% | 0.94% | - |
| XYZ | 40.51 | 65.66 | 58.11 | - |
| YUV | 170.99 | 137.59 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 188 | 0.87 | 0 | 0.21 | 0.06 | 165.29 | 0.87 | 0.53 |
| Hex | 1F | EF | BC | 57 | 0 | 15 | 6 | A5 | 57 | 35 |
| Octal | 37 | 357 | 274 | 127 | 0 | 25 | 6 | 245 | 127 | 65 |
| Binary | 11111 | 11101111 | 10111100 | 1010111 | 0 | 10101 | 110 | 10100101 | 1010111 | 110101 |
Color Harmonies of #1FEFBC
Complementary color
Monochromatic Colors of #1FEFBC
Black with #1FEFBC
Text Example
Text Example
White with #1FEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFBC; }
p { color: rgb(31,239,188); }
H1.HeaderClassName
{
color: #1FEFBC;
}
.AnyTagClassName
{
color: #1FEFBC;
}
</style>
background-color css
<style>
a { background-color: #1FEFBC; }
a { background-color: rgb(31,239,188); }
div.DivClassName
{
background-color: #1FEFBC;
}
.BgClassName
{
background-color: #1FEFBC;
}
</style>
border-color css
<style>
span { border-color: #1FEFBC; }
span { border-color: rgb(31,239,188); }
td.TdClassName
{
border-color: #1FEFBC;
}
.TagClassName
{
border-color: #1FEFBC;
}
</style>