Shades of Bright Turquoise #1FDEF1
Tints of Bright Turquoise #1FDEF1
RGB
CMYK
RGB Variations
Color information
#1FDEF1 (or 0x1FDEF1) is known color: Bright Turquoise. HEX triplet: 1F, DE and F1. RGB value is (31,222,241). Sum of RGB (Red+Green+Blue) = 31+222+241=494 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.28% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FDEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDEF1 is #E0210E. Grayscale: #A6A6A6. Windows color (decimal): -14688527 or 15851039. OLE color: 15851039.
HSL color Cylindrical-coordinate representation of color #1FDEF1: hue angle of 185.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDEF1 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 222 | 241 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.05 |
| HSL | 185.43º | 0.88% | 0.53% | - |
| HSV(B) | 185.43º | 0.87% | 0.95% | - |
| XYZ | 42.56 | 58.88 | 92.34 | - |
| YUV | 167.06 | 169.72 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 241 | 0.87 | 0.08 | 0 | 0.05 | 185.43 | 0.88 | 0.53 |
| Hex | 1F | DE | F1 | 57 | 8 | 0 | 5 | B9 | 58 | 35 |
| Octal | 37 | 336 | 361 | 127 | 10 | 0 | 5 | 271 | 130 | 65 |
| Binary | 11111 | 11011110 | 11110001 | 1010111 | 1000 | 0 | 101 | 10111001 | 1011000 | 110101 |
Color Harmonies of #1FDEF1
Complementary color
Monochromatic Colors of #1FDEF1
Black with #1FDEF1
Text Example
Text Example
White with #1FDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEF1; }
p { color: rgb(31,222,241); }
H1.HeaderClassName
{
color: #1FDEF1;
}
.AnyTagClassName
{
color: #1FDEF1;
}
</style>
background-color css
<style>
a { background-color: #1FDEF1; }
a { background-color: rgb(31,222,241); }
div.DivClassName
{
background-color: #1FDEF1;
}
.BgClassName
{
background-color: #1FDEF1;
}
</style>
border-color css
<style>
span { border-color: #1FDEF1; }
span { border-color: rgb(31,222,241); }
td.TdClassName
{
border-color: #1FDEF1;
}
.TagClassName
{
border-color: #1FDEF1;
}
</style>