Shades of Bright Turquoise #1FE6ED
Tints of Bright Turquoise #1FE6ED
RGB
CMYK
RGB Variations
Color information
#1FE6ED (or 0x1FE6ED) is known color: Bright Turquoise. HEX triplet: 1F, E6 and ED. RGB value is (31,230,237). Sum of RGB (Red+Green+Blue) = 31+230+237=498 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.22% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FE6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FE6ED is #E01912. Grayscale: #ABABAB. Windows color (decimal): -14686483 or 15590943. OLE color: 15590943.
HSL color Cylindrical-coordinate representation of color #1FE6ED: hue angle of 182.04º 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 #1FE6ED is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 230 | 237 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.07 |
| HSL | 182.04º | 0.85% | 0.53% | - |
| HSV(B) | 182.04º | 0.87% | 0.93% | - |
| XYZ | 44.15 | 63 | 89.95 | - |
| YUV | 171.3 | 165.07 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 237 | 0.87 | 0.03 | 0 | 0.07 | 182.04 | 0.85 | 0.53 |
| Hex | 1F | E6 | ED | 57 | 3 | 0 | 7 | B6 | 55 | 35 |
| Octal | 37 | 346 | 355 | 127 | 3 | 0 | 7 | 266 | 125 | 65 |
| Binary | 11111 | 11100110 | 11101101 | 1010111 | 11 | 0 | 111 | 10110110 | 1010101 | 110101 |
Color Harmonies of #1FE6ED
Complementary color
Monochromatic Colors of #1FE6ED
Black with #1FE6ED
Text Example
Text Example
White with #1FE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE6ED; }
p { color: rgb(31,230,237); }
H1.HeaderClassName
{
color: #1FE6ED;
}
.AnyTagClassName
{
color: #1FE6ED;
}
</style>
background-color css
<style>
a { background-color: #1FE6ED; }
a { background-color: rgb(31,230,237); }
div.DivClassName
{
background-color: #1FE6ED;
}
.BgClassName
{
background-color: #1FE6ED;
}
</style>
border-color css
<style>
span { border-color: #1FE6ED; }
span { border-color: rgb(31,230,237); }
td.TdClassName
{
border-color: #1FE6ED;
}
.TagClassName
{
border-color: #1FE6ED;
}
</style>