Shades of Bright Turquoise #1FE4DA
Tints of Bright Turquoise #1FE4DA
RGB
CMYK
RGB Variations
Color information
#1FE4DA (or 0x1FE4DA) is known color: Bright Turquoise. HEX triplet: 1F, E4 and DA. RGB value is (31,228,218). Sum of RGB (Red+Green+Blue) = 31+228+218=477 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.50% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE4DA is #E01B25. Grayscale: #A7A7A7. Windows color (decimal): -14687014 or 14345247. OLE color: 14345247.
HSL color Cylindrical-coordinate representation of color #1FE4DA: hue angle of 176.95º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE4DA is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 218 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.11 |
| HSL | 176.95º | 0.78% | 0.51% | - |
| HSV(B) | 176.95º | 0.86% | 0.89% | - |
| XYZ | 40.96 | 60.84 | 75.91 | - |
| YUV | 167.96 | 156.23 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 218 | 0.86 | 0 | 0.04 | 0.11 | 176.95 | 0.78 | 0.51 |
| Hex | 1F | E4 | DA | 56 | 0 | 4 | B | B1 | 4E | 33 |
| Octal | 37 | 344 | 332 | 126 | 0 | 4 | 13 | 261 | 116 | 63 |
| Binary | 11111 | 11100100 | 11011010 | 1010110 | 0 | 100 | 1011 | 10110001 | 1001110 | 110011 |
Color Harmonies of #1FE4DA
Complementary color
Monochromatic Colors of #1FE4DA
Black with #1FE4DA
Text Example
Text Example
White with #1FE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE4DA; }
p { color: rgb(31,228,218); }
H1.HeaderClassName
{
color: #1FE4DA;
}
.AnyTagClassName
{
color: #1FE4DA;
}
</style>
background-color css
<style>
a { background-color: #1FE4DA; }
a { background-color: rgb(31,228,218); }
div.DivClassName
{
background-color: #1FE4DA;
}
.BgClassName
{
background-color: #1FE4DA;
}
</style>
border-color css
<style>
span { border-color: #1FE4DA; }
span { border-color: rgb(31,228,218); }
td.TdClassName
{
border-color: #1FE4DA;
}
.TagClassName
{
border-color: #1FE4DA;
}
</style>