Shades of Bright Turquoise #1FE8EE
Tints of Bright Turquoise #1FE8EE
RGB
CMYK
RGB Variations
Color information
#1FE8EE (or 0x1FE8EE) is known color: Bright Turquoise. HEX triplet: 1F, E8 and EE. RGB value is (31,232,238). Sum of RGB (Red+Green+Blue) = 31+232+238=501 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.19% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FE8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FE8EE is #E01711. Grayscale: #ACACAC. Windows color (decimal): -14685970 or 15656991. OLE color: 15656991.
HSL color Cylindrical-coordinate representation of color #1FE8EE: hue angle of 181.74º degrees, saturation: 0.86, 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 #1FE8EE is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 232 | 238 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.07 |
| HSL | 181.74º | 0.86% | 0.53% | - |
| HSV(B) | 181.74º | 0.87% | 0.93% | - |
| XYZ | 44.85 | 64.18 | 90.91 | - |
| YUV | 172.59 | 164.91 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 232 | 238 | 0.87 | 0.03 | 0 | 0.07 | 181.74 | 0.86 | 0.53 |
| Hex | 1F | E8 | EE | 57 | 3 | 0 | 7 | B6 | 56 | 35 |
| Octal | 37 | 350 | 356 | 127 | 3 | 0 | 7 | 266 | 126 | 65 |
| Binary | 11111 | 11101000 | 11101110 | 1010111 | 11 | 0 | 111 | 10110110 | 1010110 | 110101 |
Color Harmonies of #1FE8EE
Complementary color
Monochromatic Colors of #1FE8EE
Black with #1FE8EE
Text Example
Text Example
White with #1FE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE8EE; }
p { color: rgb(31,232,238); }
H1.HeaderClassName
{
color: #1FE8EE;
}
.AnyTagClassName
{
color: #1FE8EE;
}
</style>
background-color css
<style>
a { background-color: #1FE8EE; }
a { background-color: rgb(31,232,238); }
div.DivClassName
{
background-color: #1FE8EE;
}
.BgClassName
{
background-color: #1FE8EE;
}
</style>
border-color css
<style>
span { border-color: #1FE8EE; }
span { border-color: rgb(31,232,238); }
td.TdClassName
{
border-color: #1FE8EE;
}
.TagClassName
{
border-color: #1FE8EE;
}
</style>