Shades of Bright Turquoise #1FEFF2
Tints of Bright Turquoise #1FEFF2
RGB
CMYK
RGB Variations
Color information
#1FEFF2 (or 0x1FEFF2) is known color: Bright Turquoise. HEX triplet: 1F, EF and F2. RGB value is (31,239,242). Sum of RGB (Red+Green+Blue) = 31+239+242=512 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.05% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #1FEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEFF2 is #E0100D. Grayscale: #B0B0B0. Windows color (decimal): -14684174 or 15920927. OLE color: 15920927.
HSL color Cylindrical-coordinate representation of color #1FEFF2: hue angle of 180.85º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFF2 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 239 | 242 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.05 |
| HSL | 180.85º | 0.89% | 0.54% | - |
| HSV(B) | 180.85º | 0.87% | 0.95% | - |
| XYZ | 47.46 | 68.44 | 94.71 | - |
| YUV | 177.15 | 164.59 | 23.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 242 | 0.87 | 0.01 | 0 | 0.05 | 180.85 | 0.89 | 0.54 |
| Hex | 1F | EF | F2 | 57 | 1 | 0 | 5 | B5 | 59 | 36 |
| Octal | 37 | 357 | 362 | 127 | 1 | 0 | 5 | 265 | 131 | 66 |
| Binary | 11111 | 11101111 | 11110010 | 1010111 | 1 | 0 | 101 | 10110101 | 1011001 | 110110 |
Color Harmonies of #1FEFF2
Complementary color
Monochromatic Colors of #1FEFF2
Black with #1FEFF2
Text Example
Text Example
White with #1FEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFF2; }
p { color: rgb(31,239,242); }
H1.HeaderClassName
{
color: #1FEFF2;
}
.AnyTagClassName
{
color: #1FEFF2;
}
</style>
background-color css
<style>
a { background-color: #1FEFF2; }
a { background-color: rgb(31,239,242); }
div.DivClassName
{
background-color: #1FEFF2;
}
.BgClassName
{
background-color: #1FEFF2;
}
</style>
border-color css
<style>
span { border-color: #1FEFF2; }
span { border-color: rgb(31,239,242); }
td.TdClassName
{
border-color: #1FEFF2;
}
.TagClassName
{
border-color: #1FEFF2;
}
</style>