Shades of Bright Turquoise #1FEDED
Tints of Bright Turquoise #1FEDED
RGB
CMYK
RGB Variations
Color information
#1FEDED (or 0x1FEDED) is known color: Bright Turquoise. HEX triplet: 1F, ED and ED. RGB value is (31,237,237). Sum of RGB (Red+Green+Blue) = 31+237+237=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #1FEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEDED is #E01212. Grayscale: #AFAFAF. Windows color (decimal): -14684691 or 15592735. OLE color: 15592735.
HSL color Cylindrical-coordinate representation of color #1FEDED: hue angle of 180º 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 #1FEDED is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 237 | - |
| CMYK | 0.87 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.53% | - |
| HSV(B) | 180º | 0.87% | 0.93% | - |
| XYZ | 46.14 | 66.97 | 90.62 | - |
| YUV | 175.41 | 162.75 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 237 | 0.87 | 0 | 0 | 0.07 | 180 | 0.85 | 0.53 |
| Hex | 1F | ED | ED | 57 | 0 | 0 | 7 | B4 | 55 | 35 |
| Octal | 37 | 355 | 355 | 127 | 0 | 0 | 7 | 264 | 125 | 65 |
| Binary | 11111 | 11101101 | 11101101 | 1010111 | 0 | 0 | 111 | 10110100 | 1010101 | 110101 |
Color Harmonies of #1FEDED
Complementary color
Monochromatic Colors of #1FEDED
Black with #1FEDED
Text Example
Text Example
White with #1FEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEDED; }
p { color: rgb(31,237,237); }
H1.HeaderClassName
{
color: #1FEDED;
}
.AnyTagClassName
{
color: #1FEDED;
}
</style>
background-color css
<style>
a { background-color: #1FEDED; }
a { background-color: rgb(31,237,237); }
div.DivClassName
{
background-color: #1FEDED;
}
.BgClassName
{
background-color: #1FEDED;
}
</style>
border-color css
<style>
span { border-color: #1FEDED; }
span { border-color: rgb(31,237,237); }
td.TdClassName
{
border-color: #1FEDED;
}
.TagClassName
{
border-color: #1FEDED;
}
</style>