Shades of Bright Turquoise #1FF5EE
Tints of Bright Turquoise #1FF5EE
RGB
CMYK
RGB Variations
Color information
#1FF5EE (or 0x1FF5EE) is known color: Bright Turquoise. HEX triplet: 1F, F5 and EE. RGB value is (31,245,238). Sum of RGB (Red+Green+Blue) = 31+245+238=514 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.03% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF5EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FF5EE is #E00A11. Grayscale: #B4B4B4. Windows color (decimal): -14682642 or 15660319. OLE color: 15660319.
HSL color Cylindrical-coordinate representation of color #1FF5EE: hue angle of 178.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF5EE is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 245 | 238 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.04 |
| HSL | 178.04º | 0.91% | 0.54% | - |
| HSV(B) | 178.04º | 0.87% | 0.96% | - |
| XYZ | 48.65 | 71.77 | 92.18 | - |
| YUV | 180.22 | 160.6 | 21.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 245 | 238 | 0.87 | 0 | 0.03 | 0.04 | 178.04 | 0.91 | 0.54 |
| Hex | 1F | F5 | EE | 57 | 0 | 3 | 4 | B2 | 5B | 36 |
| Octal | 37 | 365 | 356 | 127 | 0 | 3 | 4 | 262 | 133 | 66 |
| Binary | 11111 | 11110101 | 11101110 | 1010111 | 0 | 11 | 100 | 10110010 | 1011011 | 110110 |
Color Harmonies of #1FF5EE
Complementary color
Monochromatic Colors of #1FF5EE
Black with #1FF5EE
Text Example
Text Example
White with #1FF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF5EE; }
p { color: rgb(31,245,238); }
H1.HeaderClassName
{
color: #1FF5EE;
}
.AnyTagClassName
{
color: #1FF5EE;
}
</style>
background-color css
<style>
a { background-color: #1FF5EE; }
a { background-color: rgb(31,245,238); }
div.DivClassName
{
background-color: #1FF5EE;
}
.BgClassName
{
background-color: #1FF5EE;
}
</style>
border-color css
<style>
span { border-color: #1FF5EE; }
span { border-color: rgb(31,245,238); }
td.TdClassName
{
border-color: #1FF5EE;
}
.TagClassName
{
border-color: #1FF5EE;
}
</style>