Shades of Bright Turquoise #1FEAD6
Tints of Bright Turquoise #1FEAD6
RGB
CMYK
RGB Variations
Color information
#1FEAD6 (or 0x1FEAD6) is known color: Bright Turquoise. HEX triplet: 1F, EA and D6. RGB value is (31,234,214). Sum of RGB (Red+Green+Blue) = 31+234+214=479 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.47% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #1FEAD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEAD6 is #E01529. Grayscale: #AAAAAA. Windows color (decimal): -14685482 or 14084639. OLE color: 14084639.
HSL color Cylindrical-coordinate representation of color #1FEAD6: hue angle of 174.09º 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 #1FEAD6 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 234 | 214 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.08 |
| HSL | 174.09º | 0.83% | 0.52% | - |
| HSV(B) | 174.09º | 0.87% | 0.92% | - |
| XYZ | 42.13 | 63.99 | 73.75 | - |
| YUV | 171.02 | 152.25 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 234 | 214 | 0.87 | 0 | 0.09 | 0.08 | 174.09 | 0.83 | 0.52 |
| Hex | 1F | EA | D6 | 57 | 0 | 9 | 8 | AE | 53 | 34 |
| Octal | 37 | 352 | 326 | 127 | 0 | 11 | 10 | 256 | 123 | 64 |
| Binary | 11111 | 11101010 | 11010110 | 1010111 | 0 | 1001 | 1000 | 10101110 | 1010011 | 110100 |
Color Harmonies of #1FEAD6
Complementary color
Monochromatic Colors of #1FEAD6
Black with #1FEAD6
Text Example
Text Example
White with #1FEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEAD6; }
p { color: rgb(31,234,214); }
H1.HeaderClassName
{
color: #1FEAD6;
}
.AnyTagClassName
{
color: #1FEAD6;
}
</style>
background-color css
<style>
a { background-color: #1FEAD6; }
a { background-color: rgb(31,234,214); }
div.DivClassName
{
background-color: #1FEAD6;
}
.BgClassName
{
background-color: #1FEAD6;
}
</style>
border-color css
<style>
span { border-color: #1FEAD6; }
span { border-color: rgb(31,234,214); }
td.TdClassName
{
border-color: #1FEAD6;
}
.TagClassName
{
border-color: #1FEAD6;
}
</style>