Shades of Bright Turquoise #1FE1FE
Tints of Bright Turquoise #1FE1FE
RGB
CMYK
RGB Variations
Color information
#1FE1FE (or 0x1FE1FE) is known color: Bright Turquoise. HEX triplet: 1F, E1 and FE. RGB value is (31,225,254). Sum of RGB (Red+Green+Blue) = 31+225+254=510 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.08% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FE1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE1FE is #E01E01. Grayscale: #A9A9A9. Windows color (decimal): -14687746 or 16703775. OLE color: 16703775.
HSL color Cylindrical-coordinate representation of color #1FE1FE: hue angle of 187.8º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE1FE is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 225 | 254 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.00 |
| HSL | 187.8º | 0.99% | 0.56% | - |
| HSV(B) | 187.8º | 0.88% | 1% | - |
| XYZ | 45.38 | 61.3 | 103.21 | - |
| YUV | 170.3 | 175.23 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 254 | 0.88 | 0.11 | 0 | 0.00 | 187.8 | 0.99 | 0.56 |
| Hex | 1F | E1 | FE | 58 | B | 0 | 0 | BC | 63 | 38 |
| Octal | 37 | 341 | 376 | 130 | 13 | 0 | 0 | 274 | 143 | 70 |
| Binary | 11111 | 11100001 | 11111110 | 1011000 | 1011 | 0 | 0 | 10111100 | 1100011 | 111000 |
Color Harmonies of #1FE1FE
Complementary color
Monochromatic Colors of #1FE1FE
Black with #1FE1FE
Text Example
Text Example
White with #1FE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1FE; }
p { color: rgb(31,225,254); }
H1.HeaderClassName
{
color: #1FE1FE;
}
.AnyTagClassName
{
color: #1FE1FE;
}
</style>
background-color css
<style>
a { background-color: #1FE1FE; }
a { background-color: rgb(31,225,254); }
div.DivClassName
{
background-color: #1FE1FE;
}
.BgClassName
{
background-color: #1FE1FE;
}
</style>
border-color css
<style>
span { border-color: #1FE1FE; }
span { border-color: rgb(31,225,254); }
td.TdClassName
{
border-color: #1FE1FE;
}
.TagClassName
{
border-color: #1FE1FE;
}
</style>