Shades of Bright Turquoise #1FE3EA
Tints of Bright Turquoise #1FE3EA
RGB
CMYK
RGB Variations
Color information
#1FE3EA (or 0x1FE3EA) is known color: Bright Turquoise. HEX triplet: 1F, E3 and EA. RGB value is (31,227,234). Sum of RGB (Red+Green+Blue) = 31+227+234=492 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.30% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FE3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE3EA is #E01C15. Grayscale: #A8A8A8. Windows color (decimal): -14687254 or 15393567. OLE color: 15393567.
HSL color Cylindrical-coordinate representation of color #1FE3EA: hue angle of 182.07º 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 #1FE3EA is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 227 | 234 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.08 |
| HSL | 182.07º | 0.83% | 0.52% | - |
| HSV(B) | 182.07º | 0.87% | 0.92% | - |
| XYZ | 42.89 | 61.17 | 87.39 | - |
| YUV | 169.19 | 164.57 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 234 | 0.87 | 0.03 | 0 | 0.08 | 182.07 | 0.83 | 0.52 |
| Hex | 1F | E3 | EA | 57 | 3 | 0 | 8 | B6 | 53 | 34 |
| Octal | 37 | 343 | 352 | 127 | 3 | 0 | 10 | 266 | 123 | 64 |
| Binary | 11111 | 11100011 | 11101010 | 1010111 | 11 | 0 | 1000 | 10110110 | 1010011 | 110100 |
Color Harmonies of #1FE3EA
Complementary color
Monochromatic Colors of #1FE3EA
Black with #1FE3EA
Text Example
Text Example
White with #1FE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE3EA; }
p { color: rgb(31,227,234); }
H1.HeaderClassName
{
color: #1FE3EA;
}
.AnyTagClassName
{
color: #1FE3EA;
}
</style>
background-color css
<style>
a { background-color: #1FE3EA; }
a { background-color: rgb(31,227,234); }
div.DivClassName
{
background-color: #1FE3EA;
}
.BgClassName
{
background-color: #1FE3EA;
}
</style>
border-color css
<style>
span { border-color: #1FE3EA; }
span { border-color: rgb(31,227,234); }
td.TdClassName
{
border-color: #1FE3EA;
}
.TagClassName
{
border-color: #1FE3EA;
}
</style>