Shades of Bright Turquoise #1FEEDC
Tints of Bright Turquoise #1FEEDC
RGB
CMYK
RGB Variations
Color information
#1FEEDC (or 0x1FEEDC) is known color: Bright Turquoise. HEX triplet: 1F, EE and DC. RGB value is (31,238,220). Sum of RGB (Red+Green+Blue) = 31+238+220=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEEDC is #E01123. Grayscale: #ADADAD. Windows color (decimal): -14684452 or 14478879. OLE color: 14478879.
HSL color Cylindrical-coordinate representation of color #1FEEDC: hue angle of 174.78º 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 #1FEEDC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 220 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.07 |
| HSL | 174.78º | 0.86% | 0.53% | - |
| HSV(B) | 174.78º | 0.87% | 0.93% | - |
| XYZ | 44.06 | 66.61 | 78.24 | - |
| YUV | 174.06 | 153.92 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 220 | 0.87 | 0 | 0.08 | 0.07 | 174.78 | 0.86 | 0.53 |
| Hex | 1F | EE | DC | 57 | 0 | 8 | 7 | AF | 56 | 35 |
| Octal | 37 | 356 | 334 | 127 | 0 | 10 | 7 | 257 | 126 | 65 |
| Binary | 11111 | 11101110 | 11011100 | 1010111 | 0 | 1000 | 111 | 10101111 | 1010110 | 110101 |
Color Harmonies of #1FEEDC
Complementary color
Monochromatic Colors of #1FEEDC
Black with #1FEEDC
Text Example
Text Example
White with #1FEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEDC; }
p { color: rgb(31,238,220); }
H1.HeaderClassName
{
color: #1FEEDC;
}
.AnyTagClassName
{
color: #1FEEDC;
}
</style>
background-color css
<style>
a { background-color: #1FEEDC; }
a { background-color: rgb(31,238,220); }
div.DivClassName
{
background-color: #1FEEDC;
}
.BgClassName
{
background-color: #1FEEDC;
}
</style>
border-color css
<style>
span { border-color: #1FEEDC; }
span { border-color: rgb(31,238,220); }
td.TdClassName
{
border-color: #1FEEDC;
}
.TagClassName
{
border-color: #1FEEDC;
}
</style>