Shades of Bright Turquoise #1FDFED
Tints of Bright Turquoise #1FDFED
RGB
CMYK
RGB Variations
Color information
#1FDFED (or 0x1FDFED) is known color: Bright Turquoise. HEX triplet: 1F, DF and ED. RGB value is (31,223,237). Sum of RGB (Red+Green+Blue) = 31+223+237=491 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.31% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDFED is #E02012. Grayscale: #A6A6A6. Windows color (decimal): -14688275 or 15589151. OLE color: 15589151.
HSL color Cylindrical-coordinate representation of color #1FDFED: hue angle of 184.08º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDFED is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 223 | 237 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.07 |
| HSL | 184.08º | 0.85% | 0.53% | - |
| HSV(B) | 184.08º | 0.87% | 0.93% | - |
| XYZ | 42.24 | 59.18 | 89.32 | - |
| YUV | 167.19 | 167.39 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 237 | 0.87 | 0.06 | 0 | 0.07 | 184.08 | 0.85 | 0.53 |
| Hex | 1F | DF | ED | 57 | 6 | 0 | 7 | B8 | 55 | 35 |
| Octal | 37 | 337 | 355 | 127 | 6 | 0 | 7 | 270 | 125 | 65 |
| Binary | 11111 | 11011111 | 11101101 | 1010111 | 110 | 0 | 111 | 10111000 | 1010101 | 110101 |
Color Harmonies of #1FDFED
Complementary color
Monochromatic Colors of #1FDFED
Black with #1FDFED
Text Example
Text Example
White with #1FDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFED; }
p { color: rgb(31,223,237); }
H1.HeaderClassName
{
color: #1FDFED;
}
.AnyTagClassName
{
color: #1FDFED;
}
</style>
background-color css
<style>
a { background-color: #1FDFED; }
a { background-color: rgb(31,223,237); }
div.DivClassName
{
background-color: #1FDFED;
}
.BgClassName
{
background-color: #1FDFED;
}
</style>
border-color css
<style>
span { border-color: #1FDFED; }
span { border-color: rgb(31,223,237); }
td.TdClassName
{
border-color: #1FDFED;
}
.TagClassName
{
border-color: #1FDFED;
}
</style>