Shades of Bright Turquoise #1FEEEC
Tints of Bright Turquoise #1FEEEC
RGB
CMYK
RGB Variations
Color information
#1FEEEC (or 0x1FEEEC) is known color: Bright Turquoise. HEX triplet: 1F, EE and EC. RGB value is (31,238,236). Sum of RGB (Red+Green+Blue) = 31+238+236=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEEEC is #E01113. Grayscale: #AFAFAF. Windows color (decimal): -14684436 or 15527455. OLE color: 15527455.
HSL color Cylindrical-coordinate representation of color #1FEEEC: hue angle of 179.42º 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 #1FEEEC is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 236 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.07 |
| HSL | 179.42º | 0.86% | 0.53% | - |
| HSV(B) | 179.42º | 0.87% | 0.93% | - |
| XYZ | 46.28 | 67.5 | 89.95 | - |
| YUV | 175.88 | 161.92 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 236 | 0.87 | 0 | 0.01 | 0.07 | 179.42 | 0.86 | 0.53 |
| Hex | 1F | EE | EC | 57 | 0 | 1 | 7 | B3 | 56 | 35 |
| Octal | 37 | 356 | 354 | 127 | 0 | 1 | 7 | 263 | 126 | 65 |
| Binary | 11111 | 11101110 | 11101100 | 1010111 | 0 | 1 | 111 | 10110011 | 1010110 | 110101 |
Color Harmonies of #1FEEEC
Complementary color
Monochromatic Colors of #1FEEEC
Black with #1FEEEC
Text Example
Text Example
White with #1FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEEC; }
p { color: rgb(31,238,236); }
H1.HeaderClassName
{
color: #1FEEEC;
}
.AnyTagClassName
{
color: #1FEEEC;
}
</style>
background-color css
<style>
a { background-color: #1FEEEC; }
a { background-color: rgb(31,238,236); }
div.DivClassName
{
background-color: #1FEEEC;
}
.BgClassName
{
background-color: #1FEEEC;
}
</style>
border-color css
<style>
span { border-color: #1FEEEC; }
span { border-color: rgb(31,238,236); }
td.TdClassName
{
border-color: #1FEEEC;
}
.TagClassName
{
border-color: #1FEEEC;
}
</style>