Shades of Bright Turquoise #1FEADC
Tints of Bright Turquoise #1FEADC
RGB
CMYK
RGB Variations
Color information
#1FEADC (or 0x1FEADC) is known color: Bright Turquoise. HEX triplet: 1F, EA and DC. RGB value is (31,234,220). Sum of RGB (Red+Green+Blue) = 31+234+220=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #1FEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEADC is #E01523. Grayscale: #ABABAB. Windows color (decimal): -14685476 or 14477855. OLE color: 14477855.
HSL color Cylindrical-coordinate representation of color #1FEADC: hue angle of 175.86º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEADC is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 234 | 220 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.08 |
| HSL | 175.86º | 0.83% | 0.52% | - |
| HSV(B) | 175.86º | 0.87% | 0.92% | - |
| XYZ | 42.91 | 64.3 | 77.86 | - |
| YUV | 171.71 | 155.25 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 234 | 220 | 0.87 | 0 | 0.06 | 0.08 | 175.86 | 0.83 | 0.52 |
| Hex | 1F | EA | DC | 57 | 0 | 6 | 8 | B0 | 53 | 34 |
| Octal | 37 | 352 | 334 | 127 | 0 | 6 | 10 | 260 | 123 | 64 |
| Binary | 11111 | 11101010 | 11011100 | 1010111 | 0 | 110 | 1000 | 10110000 | 1010011 | 110100 |
Color Harmonies of #1FEADC
Complementary color
Monochromatic Colors of #1FEADC
Black with #1FEADC
Text Example
Text Example
White with #1FEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEADC; }
p { color: rgb(31,234,220); }
H1.HeaderClassName
{
color: #1FEADC;
}
.AnyTagClassName
{
color: #1FEADC;
}
</style>
background-color css
<style>
a { background-color: #1FEADC; }
a { background-color: rgb(31,234,220); }
div.DivClassName
{
background-color: #1FEADC;
}
.BgClassName
{
background-color: #1FEADC;
}
</style>
border-color css
<style>
span { border-color: #1FEADC; }
span { border-color: rgb(31,234,220); }
td.TdClassName
{
border-color: #1FEADC;
}
.TagClassName
{
border-color: #1FEADC;
}
</style>