Shades of Bright Turquoise #1FDEF8
Tints of Bright Turquoise #1FDEF8
RGB
CMYK
RGB Variations
Color information
#1FDEF8 (or 0x1FDEF8) is known color: Bright Turquoise. HEX triplet: 1F, DE and F8. RGB value is (31,222,248). Sum of RGB (Red+Green+Blue) = 31+222+248=501 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.19% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #1FDEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDEF8 is #E02107. Grayscale: #A7A7A7. Windows color (decimal): -14688520 or 16309791. OLE color: 16309791.
HSL color Cylindrical-coordinate representation of color #1FDEF8: hue angle of 187.19º 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 #1FDEF8 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 222 | 248 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.03 |
| HSL | 187.19º | 0.94% | 0.55% | - |
| HSV(B) | 187.19º | 0.88% | 0.97% | - |
| XYZ | 43.63 | 59.31 | 97.96 | - |
| YUV | 167.86 | 173.22 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 248 | 0.88 | 0.10 | 0 | 0.03 | 187.19 | 0.94 | 0.55 |
| Hex | 1F | DE | F8 | 58 | A | 0 | 3 | BB | 5E | 37 |
| Octal | 37 | 336 | 370 | 130 | 12 | 0 | 3 | 273 | 136 | 67 |
| Binary | 11111 | 11011110 | 11111000 | 1011000 | 1010 | 0 | 11 | 10111011 | 1011110 | 110111 |
Color Harmonies of #1FDEF8
Complementary color
Monochromatic Colors of #1FDEF8
Black with #1FDEF8
Text Example
Text Example
White with #1FDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEF8; }
p { color: rgb(31,222,248); }
H1.HeaderClassName
{
color: #1FDEF8;
}
.AnyTagClassName
{
color: #1FDEF8;
}
</style>
background-color css
<style>
a { background-color: #1FDEF8; }
a { background-color: rgb(31,222,248); }
div.DivClassName
{
background-color: #1FDEF8;
}
.BgClassName
{
background-color: #1FDEF8;
}
</style>
border-color css
<style>
span { border-color: #1FDEF8; }
span { border-color: rgb(31,222,248); }
td.TdClassName
{
border-color: #1FDEF8;
}
.TagClassName
{
border-color: #1FDEF8;
}
</style>