Shades of Bright Turquoise #1FEED5
Tints of Bright Turquoise #1FEED5
RGB
CMYK
RGB Variations
Color information
#1FEED5 (or 0x1FEED5) is known color: Bright Turquoise. HEX triplet: 1F, EE and D5. RGB value is (31,238,213). Sum of RGB (Red+Green+Blue) = 31+238+213=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEED5 is #E0112A. Grayscale: #ADADAD. Windows color (decimal): -14684459 or 14020127. OLE color: 14020127.
HSL color Cylindrical-coordinate representation of color #1FEED5: hue angle of 172.75º 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 #1FEED5 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 213 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.07 |
| HSL | 172.75º | 0.86% | 0.53% | - |
| HSV(B) | 172.75º | 0.87% | 0.93% | - |
| XYZ | 43.15 | 66.24 | 73.46 | - |
| YUV | 173.26 | 150.42 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 213 | 0.87 | 0 | 0.11 | 0.07 | 172.75 | 0.86 | 0.53 |
| Hex | 1F | EE | D5 | 57 | 0 | B | 7 | AD | 56 | 35 |
| Octal | 37 | 356 | 325 | 127 | 0 | 13 | 7 | 255 | 126 | 65 |
| Binary | 11111 | 11101110 | 11010101 | 1010111 | 0 | 1011 | 111 | 10101101 | 1010110 | 110101 |
Color Harmonies of #1FEED5
Complementary color
Monochromatic Colors of #1FEED5
Black with #1FEED5
Text Example
Text Example
White with #1FEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEED5; }
p { color: rgb(31,238,213); }
H1.HeaderClassName
{
color: #1FEED5;
}
.AnyTagClassName
{
color: #1FEED5;
}
</style>
background-color css
<style>
a { background-color: #1FEED5; }
a { background-color: rgb(31,238,213); }
div.DivClassName
{
background-color: #1FEED5;
}
.BgClassName
{
background-color: #1FEED5;
}
</style>
border-color css
<style>
span { border-color: #1FEED5; }
span { border-color: rgb(31,238,213); }
td.TdClassName
{
border-color: #1FEED5;
}
.TagClassName
{
border-color: #1FEED5;
}
</style>