Shades of Bright Turquoise #1FE0FE
Tints of Bright Turquoise #1FE0FE
RGB
CMYK
RGB Variations
Color information
#1FE0FE (or 0x1FE0FE) is known color: Bright Turquoise. HEX triplet: 1F, E0 and FE. RGB value is (31,224,254). Sum of RGB (Red+Green+Blue) = 31+224+254=509 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.09% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FE0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE0FE is #E01F01. Grayscale: #A9A9A9. Windows color (decimal): -14688002 or 16703519. OLE color: 16703519.
HSL color Cylindrical-coordinate representation of color #1FE0FE: hue angle of 188.07º 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 #1FE0FE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 224 | 254 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.00 |
| HSL | 188.07º | 0.99% | 0.56% | - |
| HSV(B) | 188.07º | 0.88% | 1% | - |
| XYZ | 45.11 | 60.76 | 103.12 | - |
| YUV | 169.71 | 175.56 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 254 | 0.88 | 0.12 | 0 | 0.00 | 188.07 | 0.99 | 0.56 |
| Hex | 1F | E0 | FE | 58 | C | 0 | 0 | BC | 63 | 38 |
| Octal | 37 | 340 | 376 | 130 | 14 | 0 | 0 | 274 | 143 | 70 |
| Binary | 11111 | 11100000 | 11111110 | 1011000 | 1100 | 0 | 0 | 10111100 | 1100011 | 111000 |
Color Harmonies of #1FE0FE
Complementary color
Monochromatic Colors of #1FE0FE
Black with #1FE0FE
Text Example
Text Example
White with #1FE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0FE; }
p { color: rgb(31,224,254); }
H1.HeaderClassName
{
color: #1FE0FE;
}
.AnyTagClassName
{
color: #1FE0FE;
}
</style>
background-color css
<style>
a { background-color: #1FE0FE; }
a { background-color: rgb(31,224,254); }
div.DivClassName
{
background-color: #1FE0FE;
}
.BgClassName
{
background-color: #1FE0FE;
}
</style>
border-color css
<style>
span { border-color: #1FE0FE; }
span { border-color: rgb(31,224,254); }
td.TdClassName
{
border-color: #1FE0FE;
}
.TagClassName
{
border-color: #1FE0FE;
}
</style>