Shades of Bright Turquoise #1FE9DD
Tints of Bright Turquoise #1FE9DD
RGB
CMYK
RGB Variations
Color information
#1FE9DD (or 0x1FE9DD) is known color: Bright Turquoise. HEX triplet: 1F, E9 and DD. RGB value is (31,233,221). Sum of RGB (Red+Green+Blue) = 31+233+221=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9DD is #E01622. Grayscale: #ABABAB. Windows color (decimal): -14685731 or 14543135. OLE color: 14543135.
HSL color Cylindrical-coordinate representation of color #1FE9DD: hue angle of 176.44º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE9DD is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 221 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.09 |
| HSL | 176.44º | 0.82% | 0.52% | - |
| HSV(B) | 176.44º | 0.87% | 0.91% | - |
| XYZ | 42.76 | 63.79 | 78.47 | - |
| YUV | 171.23 | 156.08 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 221 | 0.87 | 0 | 0.05 | 0.09 | 176.44 | 0.82 | 0.52 |
| Hex | 1F | E9 | DD | 57 | 0 | 5 | 9 | B0 | 52 | 34 |
| Octal | 37 | 351 | 335 | 127 | 0 | 5 | 11 | 260 | 122 | 64 |
| Binary | 11111 | 11101001 | 11011101 | 1010111 | 0 | 101 | 1001 | 10110000 | 1010010 | 110100 |
Color Harmonies of #1FE9DD
Complementary color
Monochromatic Colors of #1FE9DD
Black with #1FE9DD
Text Example
Text Example
White with #1FE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9DD; }
p { color: rgb(31,233,221); }
H1.HeaderClassName
{
color: #1FE9DD;
}
.AnyTagClassName
{
color: #1FE9DD;
}
</style>
background-color css
<style>
a { background-color: #1FE9DD; }
a { background-color: rgb(31,233,221); }
div.DivClassName
{
background-color: #1FE9DD;
}
.BgClassName
{
background-color: #1FE9DD;
}
</style>
border-color css
<style>
span { border-color: #1FE9DD; }
span { border-color: rgb(31,233,221); }
td.TdClassName
{
border-color: #1FE9DD;
}
.TagClassName
{
border-color: #1FE9DD;
}
</style>