Shades of Bright Turquoise #1FE1DA
Tints of Bright Turquoise #1FE1DA
RGB
CMYK
RGB Variations
Color information
#1FE1DA (or 0x1FE1DA) is known color: Bright Turquoise. HEX triplet: 1F, E1 and DA. RGB value is (31,225,218). Sum of RGB (Red+Green+Blue) = 31+225+218=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE1DA is #E01E25. Grayscale: #A6A6A6. Windows color (decimal): -14687782 or 14344479. OLE color: 14344479.
HSL color Cylindrical-coordinate representation of color #1FE1DA: hue angle of 177.84º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE1DA is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 218 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.12 |
| HSL | 177.84º | 0.76% | 0.5% | - |
| HSV(B) | 177.84º | 0.86% | 0.88% | - |
| XYZ | 40.15 | 59.2 | 75.64 | - |
| YUV | 166.2 | 157.23 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 218 | 0.86 | 0 | 0.03 | 0.12 | 177.84 | 0.76 | 0.5 |
| Hex | 1F | E1 | DA | 56 | 0 | 3 | C | B2 | 4C | 32 |
| Octal | 37 | 341 | 332 | 126 | 0 | 3 | 14 | 262 | 114 | 62 |
| Binary | 11111 | 11100001 | 11011010 | 1010110 | 0 | 11 | 1100 | 10110010 | 1001100 | 110010 |
Color Harmonies of #1FE1DA
Complementary color
Monochromatic Colors of #1FE1DA
Black with #1FE1DA
Text Example
Text Example
White with #1FE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE1DA; }
p { color: rgb(31,225,218); }
H1.HeaderClassName
{
color: #1FE1DA;
}
.AnyTagClassName
{
color: #1FE1DA;
}
</style>
background-color css
<style>
a { background-color: #1FE1DA; }
a { background-color: rgb(31,225,218); }
div.DivClassName
{
background-color: #1FE1DA;
}
.BgClassName
{
background-color: #1FE1DA;
}
</style>
border-color css
<style>
span { border-color: #1FE1DA; }
span { border-color: rgb(31,225,218); }
td.TdClassName
{
border-color: #1FE1DA;
}
.TagClassName
{
border-color: #1FE1DA;
}
</style>