Shades of Bright Turquoise #1FEFEC
Tints of Bright Turquoise #1FEFEC
RGB
CMYK
RGB Variations
Color information
#1FEFEC (or 0x1FEFEC) is known color: Bright Turquoise. HEX triplet: 1F, EF and EC. RGB value is (31,239,236). Sum of RGB (Red+Green+Blue) = 31+239+236=506 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.13% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEFEC is #E01013. Grayscale: #B0B0B0. Windows color (decimal): -14684180 or 15527711. OLE color: 15527711.
HSL color Cylindrical-coordinate representation of color #1FEFEC: hue angle of 179.13º 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 #1FEFEC is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 239 | 236 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.06 |
| HSL | 179.13º | 0.87% | 0.53% | - |
| HSV(B) | 179.13º | 0.87% | 0.94% | - |
| XYZ | 46.57 | 68.08 | 90.04 | - |
| YUV | 176.47 | 161.59 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 236 | 0.87 | 0 | 0.01 | 0.06 | 179.13 | 0.87 | 0.53 |
| Hex | 1F | EF | EC | 57 | 0 | 1 | 6 | B3 | 57 | 35 |
| Octal | 37 | 357 | 354 | 127 | 0 | 1 | 6 | 263 | 127 | 65 |
| Binary | 11111 | 11101111 | 11101100 | 1010111 | 0 | 1 | 110 | 10110011 | 1010111 | 110101 |
Color Harmonies of #1FEFEC
Complementary color
Monochromatic Colors of #1FEFEC
Black with #1FEFEC
Text Example
Text Example
White with #1FEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFEC; }
p { color: rgb(31,239,236); }
H1.HeaderClassName
{
color: #1FEFEC;
}
.AnyTagClassName
{
color: #1FEFEC;
}
</style>
background-color css
<style>
a { background-color: #1FEFEC; }
a { background-color: rgb(31,239,236); }
div.DivClassName
{
background-color: #1FEFEC;
}
.BgClassName
{
background-color: #1FEFEC;
}
</style>
border-color css
<style>
span { border-color: #1FEFEC; }
span { border-color: rgb(31,239,236); }
td.TdClassName
{
border-color: #1FEFEC;
}
.TagClassName
{
border-color: #1FEFEC;
}
</style>