Shades of Bright Turquoise #1FEED0
Tints of Bright Turquoise #1FEED0
RGB
CMYK
RGB Variations
Color information
#1FEED0 (or 0x1FEED0) is known color: Bright Turquoise. HEX triplet: 1F, EE and D0. RGB value is (31,238,208). Sum of RGB (Red+Green+Blue) = 31+238+208=477 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.50% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEED0 is #E0112F. Grayscale: #ACACAC. Windows color (decimal): -14684464 or 13692447. OLE color: 13692447.
HSL color Cylindrical-coordinate representation of color #1FEED0: hue angle of 171.3º 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 #1FEED0 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 208 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 171.3º | 0.86% | 0.53% | - |
| HSV(B) | 171.3º | 0.87% | 0.93% | - |
| XYZ | 42.52 | 65.99 | 70.17 | - |
| YUV | 172.69 | 147.92 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 208 | 0.87 | 0 | 0.13 | 0.07 | 171.3 | 0.86 | 0.53 |
| Hex | 1F | EE | D0 | 57 | 0 | D | 7 | AB | 56 | 35 |
| Octal | 37 | 356 | 320 | 127 | 0 | 15 | 7 | 253 | 126 | 65 |
| Binary | 11111 | 11101110 | 11010000 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010110 | 110101 |
Color Harmonies of #1FEED0
Complementary color
Monochromatic Colors of #1FEED0
Black with #1FEED0
Text Example
Text Example
White with #1FEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEED0; }
p { color: rgb(31,238,208); }
H1.HeaderClassName
{
color: #1FEED0;
}
.AnyTagClassName
{
color: #1FEED0;
}
</style>
background-color css
<style>
a { background-color: #1FEED0; }
a { background-color: rgb(31,238,208); }
div.DivClassName
{
background-color: #1FEED0;
}
.BgClassName
{
background-color: #1FEED0;
}
</style>
border-color css
<style>
span { border-color: #1FEED0; }
span { border-color: rgb(31,238,208); }
td.TdClassName
{
border-color: #1FEED0;
}
.TagClassName
{
border-color: #1FEED0;
}
</style>