Shades of Bright Turquoise #1FECF0
Tints of Bright Turquoise #1FECF0
RGB
CMYK
RGB Variations
Color information
#1FECF0 (or 0x1FECF0) is known color: Bright Turquoise. HEX triplet: 1F, EC and F0. RGB value is (31,236,240). Sum of RGB (Red+Green+Blue) = 31+236+240=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FECF0 is #E0130F. Grayscale: #AEAEAE. Windows color (decimal): -14684944 or 15789087. OLE color: 15789087.
HSL color Cylindrical-coordinate representation of color #1FECF0: hue angle of 181.15º 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 #1FECF0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 236 | 240 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.06 |
| HSL | 181.15º | 0.87% | 0.53% | - |
| HSV(B) | 181.15º | 0.87% | 0.94% | - |
| XYZ | 46.29 | 66.57 | 92.85 | - |
| YUV | 175.16 | 164.58 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 240 | 0.87 | 0.02 | 0 | 0.06 | 181.15 | 0.87 | 0.53 |
| Hex | 1F | EC | F0 | 57 | 2 | 0 | 6 | B5 | 57 | 35 |
| Octal | 37 | 354 | 360 | 127 | 2 | 0 | 6 | 265 | 127 | 65 |
| Binary | 11111 | 11101100 | 11110000 | 1010111 | 10 | 0 | 110 | 10110101 | 1010111 | 110101 |
Color Harmonies of #1FECF0
Complementary color
Monochromatic Colors of #1FECF0
Black with #1FECF0
Text Example
Text Example
White with #1FECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECF0; }
p { color: rgb(31,236,240); }
H1.HeaderClassName
{
color: #1FECF0;
}
.AnyTagClassName
{
color: #1FECF0;
}
</style>
background-color css
<style>
a { background-color: #1FECF0; }
a { background-color: rgb(31,236,240); }
div.DivClassName
{
background-color: #1FECF0;
}
.BgClassName
{
background-color: #1FECF0;
}
</style>
border-color css
<style>
span { border-color: #1FECF0; }
span { border-color: rgb(31,236,240); }
td.TdClassName
{
border-color: #1FECF0;
}
.TagClassName
{
border-color: #1FECF0;
}
</style>