Shades of Bright Turquoise #1FE9FA
Tints of Bright Turquoise #1FE9FA
RGB
CMYK
RGB Variations
Color information
#1FE9FA (or 0x1FE9FA) is known color: Bright Turquoise. HEX triplet: 1F, E9 and FA. RGB value is (31,233,250). Sum of RGB (Red+Green+Blue) = 31+233+250=514 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.03% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FE9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FE9FA is #E01605. Grayscale: #AEAEAE. Windows color (decimal): -14685702 or 16443679. OLE color: 16443679.
HSL color Cylindrical-coordinate representation of color #1FE9FA: hue angle of 184.66º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE9FA is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 233 | 250 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.02 |
| HSL | 184.66º | 0.96% | 0.55% | - |
| HSV(B) | 184.66º | 0.88% | 0.98% | - |
| XYZ | 46.96 | 65.47 | 100.6 | - |
| YUV | 174.54 | 170.58 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 250 | 0.88 | 0.07 | 0 | 0.02 | 184.66 | 0.96 | 0.55 |
| Hex | 1F | E9 | FA | 58 | 7 | 0 | 2 | B9 | 60 | 37 |
| Octal | 37 | 351 | 372 | 130 | 7 | 0 | 2 | 271 | 140 | 67 |
| Binary | 11111 | 11101001 | 11111010 | 1011000 | 111 | 0 | 10 | 10111001 | 1100000 | 110111 |
Color Harmonies of #1FE9FA
Complementary color
Monochromatic Colors of #1FE9FA
Black with #1FE9FA
Text Example
Text Example
White with #1FE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9FA; }
p { color: rgb(31,233,250); }
H1.HeaderClassName
{
color: #1FE9FA;
}
.AnyTagClassName
{
color: #1FE9FA;
}
</style>
background-color css
<style>
a { background-color: #1FE9FA; }
a { background-color: rgb(31,233,250); }
div.DivClassName
{
background-color: #1FE9FA;
}
.BgClassName
{
background-color: #1FE9FA;
}
</style>
border-color css
<style>
span { border-color: #1FE9FA; }
span { border-color: rgb(31,233,250); }
td.TdClassName
{
border-color: #1FE9FA;
}
.TagClassName
{
border-color: #1FE9FA;
}
</style>