Shades of Bright Turquoise #1FFEEE
Tints of Bright Turquoise #1FFEEE
RGB
CMYK
RGB Variations
Color information
#1FFEEE (or 0x1FFEEE) is known color: Bright Turquoise. HEX triplet: 1F, FE and EE. RGB value is (31,254,238). Sum of RGB (Red+Green+Blue) = 31+254+238=523 (69% of max value = 765). Red value is 31 (12.5% from 255 or 5.93% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFEEE is #E00111. Grayscale: #B9B9B9. Windows color (decimal): -14680338 or 15662623. OLE color: 15662623.
HSL color Cylindrical-coordinate representation of color #1FFEEE: hue angle of 175.7º 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 #1FFEEE is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 238 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.00 |
| HSL | 175.7º | 0.99% | 0.56% | - |
| HSV(B) | 175.7º | 0.88% | 1% | - |
| XYZ | 51.44 | 77.35 | 93.11 | - |
| YUV | 185.5 | 157.62 | 17.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 238 | 0.88 | 0 | 0.06 | 0.00 | 175.7 | 0.99 | 0.56 |
| Hex | 1F | FE | EE | 58 | 0 | 6 | 0 | B0 | 63 | 38 |
| Octal | 37 | 376 | 356 | 130 | 0 | 6 | 0 | 260 | 143 | 70 |
| Binary | 11111 | 11111110 | 11101110 | 1011000 | 0 | 110 | 0 | 10110000 | 1100011 | 111000 |
Color Harmonies of #1FFEEE
Complementary color
Monochromatic Colors of #1FFEEE
Black with #1FFEEE
Text Example
Text Example
White with #1FFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFEEE; }
p { color: rgb(31,254,238); }
H1.HeaderClassName
{
color: #1FFEEE;
}
.AnyTagClassName
{
color: #1FFEEE;
}
</style>
background-color css
<style>
a { background-color: #1FFEEE; }
a { background-color: rgb(31,254,238); }
div.DivClassName
{
background-color: #1FFEEE;
}
.BgClassName
{
background-color: #1FFEEE;
}
</style>
border-color css
<style>
span { border-color: #1FFEEE; }
span { border-color: rgb(31,254,238); }
td.TdClassName
{
border-color: #1FFEEE;
}
.TagClassName
{
border-color: #1FFEEE;
}
</style>