Shades of Bright Turquoise #1FE4ED
Tints of Bright Turquoise #1FE4ED
RGB
CMYK
RGB Variations
Color information
#1FE4ED (or 0x1FE4ED) is known color: Bright Turquoise. HEX triplet: 1F, E4 and ED. RGB value is (31,228,237). Sum of RGB (Red+Green+Blue) = 31+228+237=496 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.25% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FE4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE4ED is #E01B12. Grayscale: #A9A9A9. Windows color (decimal): -14686995 or 15590431. OLE color: 15590431.
HSL color Cylindrical-coordinate representation of color #1FE4ED: hue angle of 182.62º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE4ED is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 228 | 237 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.07 |
| HSL | 182.62º | 0.85% | 0.53% | - |
| HSV(B) | 182.62º | 0.87% | 0.93% | - |
| XYZ | 43.59 | 61.89 | 89.77 | - |
| YUV | 170.12 | 165.73 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 237 | 0.87 | 0.04 | 0 | 0.07 | 182.62 | 0.85 | 0.53 |
| Hex | 1F | E4 | ED | 57 | 4 | 0 | 7 | B7 | 55 | 35 |
| Octal | 37 | 344 | 355 | 127 | 4 | 0 | 7 | 267 | 125 | 65 |
| Binary | 11111 | 11100100 | 11101101 | 1010111 | 100 | 0 | 111 | 10110111 | 1010101 | 110101 |
Color Harmonies of #1FE4ED
Complementary color
Monochromatic Colors of #1FE4ED
Black with #1FE4ED
Text Example
Text Example
White with #1FE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE4ED; }
p { color: rgb(31,228,237); }
H1.HeaderClassName
{
color: #1FE4ED;
}
.AnyTagClassName
{
color: #1FE4ED;
}
</style>
background-color css
<style>
a { background-color: #1FE4ED; }
a { background-color: rgb(31,228,237); }
div.DivClassName
{
background-color: #1FE4ED;
}
.BgClassName
{
background-color: #1FE4ED;
}
</style>
border-color css
<style>
span { border-color: #1FE4ED; }
span { border-color: rgb(31,228,237); }
td.TdClassName
{
border-color: #1FE4ED;
}
.TagClassName
{
border-color: #1FE4ED;
}
</style>