Shades of Bright Turquoise #1FE9E5
Tints of Bright Turquoise #1FE9E5
RGB
CMYK
RGB Variations
Color information
#1FE9E5 (or 0x1FE9E5) is known color: Bright Turquoise. HEX triplet: 1F, E9 and E5. RGB value is (31,233,229). Sum of RGB (Red+Green+Blue) = 31+233+229=493 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.29% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9E5 is #E0161A. Grayscale: #ABABAB. Windows color (decimal): -14685723 or 15067423. OLE color: 15067423.
HSL color Cylindrical-coordinate representation of color #1FE9E5: hue angle of 178.81º 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 #1FE9E5 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 229 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.09 |
| HSL | 178.81º | 0.82% | 0.52% | - |
| HSV(B) | 178.81º | 0.87% | 0.91% | - |
| XYZ | 43.85 | 64.23 | 84.21 | - |
| YUV | 172.15 | 160.08 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 229 | 0.87 | 0 | 0.02 | 0.09 | 178.81 | 0.82 | 0.52 |
| Hex | 1F | E9 | E5 | 57 | 0 | 2 | 9 | B3 | 52 | 34 |
| Octal | 37 | 351 | 345 | 127 | 0 | 2 | 11 | 263 | 122 | 64 |
| Binary | 11111 | 11101001 | 11100101 | 1010111 | 0 | 10 | 1001 | 10110011 | 1010010 | 110100 |
Color Harmonies of #1FE9E5
Complementary color
Monochromatic Colors of #1FE9E5
Black with #1FE9E5
Text Example
Text Example
White with #1FE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9E5; }
p { color: rgb(31,233,229); }
H1.HeaderClassName
{
color: #1FE9E5;
}
.AnyTagClassName
{
color: #1FE9E5;
}
</style>
background-color css
<style>
a { background-color: #1FE9E5; }
a { background-color: rgb(31,233,229); }
div.DivClassName
{
background-color: #1FE9E5;
}
.BgClassName
{
background-color: #1FE9E5;
}
</style>
border-color css
<style>
span { border-color: #1FE9E5; }
span { border-color: rgb(31,233,229); }
td.TdClassName
{
border-color: #1FE9E5;
}
.TagClassName
{
border-color: #1FE9E5;
}
</style>