Shades of Bright Turquoise #1FECF1
Tints of Bright Turquoise #1FECF1
RGB
CMYK
RGB Variations
Color information
#1FECF1 (or 0x1FECF1) is known color: Bright Turquoise. HEX triplet: 1F, EC and F1. RGB value is (31,236,241). Sum of RGB (Red+Green+Blue) = 31+236+241=508 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.10% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FECF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FECF1 is #E0130E. Grayscale: #AFAFAF. Windows color (decimal): -14684943 or 15854623. OLE color: 15854623.
HSL color Cylindrical-coordinate representation of color #1FECF1: hue angle of 181.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECF1 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 236 | 241 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.05 |
| HSL | 181.43º | 0.88% | 0.53% | - |
| HSV(B) | 181.43º | 0.87% | 0.95% | - |
| XYZ | 46.44 | 66.63 | 93.63 | - |
| YUV | 175.28 | 165.08 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 241 | 0.87 | 0.02 | 0 | 0.05 | 181.43 | 0.88 | 0.53 |
| Hex | 1F | EC | F1 | 57 | 2 | 0 | 5 | B5 | 58 | 35 |
| Octal | 37 | 354 | 361 | 127 | 2 | 0 | 5 | 265 | 130 | 65 |
| Binary | 11111 | 11101100 | 11110001 | 1010111 | 10 | 0 | 101 | 10110101 | 1011000 | 110101 |
Color Harmonies of #1FECF1
Complementary color
Monochromatic Colors of #1FECF1
Black with #1FECF1
Text Example
Text Example
White with #1FECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECF1; }
p { color: rgb(31,236,241); }
H1.HeaderClassName
{
color: #1FECF1;
}
.AnyTagClassName
{
color: #1FECF1;
}
</style>
background-color css
<style>
a { background-color: #1FECF1; }
a { background-color: rgb(31,236,241); }
div.DivClassName
{
background-color: #1FECF1;
}
.BgClassName
{
background-color: #1FECF1;
}
</style>
border-color css
<style>
span { border-color: #1FECF1; }
span { border-color: rgb(31,236,241); }
td.TdClassName
{
border-color: #1FECF1;
}
.TagClassName
{
border-color: #1FECF1;
}
</style>