Shades of Bright Turquoise #1FE5F8
Tints of Bright Turquoise #1FE5F8
RGB
CMYK
RGB Variations
Color information
#1FE5F8 (or 0x1FE5F8) is known color: Bright Turquoise. HEX triplet: 1F, E5 and F8. RGB value is (31,229,248). Sum of RGB (Red+Green+Blue) = 31+229+248=508 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.10% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #1FE5F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE5F8 is #E01A07. Grayscale: #ABABAB. Windows color (decimal): -14686728 or 16311583. OLE color: 16311583.
HSL color Cylindrical-coordinate representation of color #1FE5F8: hue angle of 185.25º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FE5F8 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 229 | 248 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.03 |
| HSL | 185.25º | 0.94% | 0.55% | - |
| HSV(B) | 185.25º | 0.88% | 0.97% | - |
| XYZ | 45.53 | 63.11 | 98.59 | - |
| YUV | 171.96 | 170.9 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 248 | 0.88 | 0.08 | 0 | 0.03 | 185.25 | 0.94 | 0.55 |
| Hex | 1F | E5 | F8 | 58 | 8 | 0 | 3 | B9 | 5E | 37 |
| Octal | 37 | 345 | 370 | 130 | 10 | 0 | 3 | 271 | 136 | 67 |
| Binary | 11111 | 11100101 | 11111000 | 1011000 | 1000 | 0 | 11 | 10111001 | 1011110 | 110111 |
Color Harmonies of #1FE5F8
Complementary color
Monochromatic Colors of #1FE5F8
Black with #1FE5F8
Text Example
Text Example
White with #1FE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE5F8; }
p { color: rgb(31,229,248); }
H1.HeaderClassName
{
color: #1FE5F8;
}
.AnyTagClassName
{
color: #1FE5F8;
}
</style>
background-color css
<style>
a { background-color: #1FE5F8; }
a { background-color: rgb(31,229,248); }
div.DivClassName
{
background-color: #1FE5F8;
}
.BgClassName
{
background-color: #1FE5F8;
}
</style>
border-color css
<style>
span { border-color: #1FE5F8; }
span { border-color: rgb(31,229,248); }
td.TdClassName
{
border-color: #1FE5F8;
}
.TagClassName
{
border-color: #1FE5F8;
}
</style>