Shades of Bright Turquoise #1FEBEC
Tints of Bright Turquoise #1FEBEC
RGB
CMYK
RGB Variations
Color information
#1FEBEC (or 0x1FEBEC) is known color: Bright Turquoise. HEX triplet: 1F, EB and EC. RGB value is (31,235,236). Sum of RGB (Red+Green+Blue) = 31+235+236=502 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.18% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FEBEC is #E01413. Grayscale: #ADADAD. Windows color (decimal): -14685204 or 15526687. OLE color: 15526687.
HSL color Cylindrical-coordinate representation of color #1FEBEC: hue angle of 180.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEBEC is Cyan = 0.87, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 235 | 236 | - |
| CMYK | 0.87 | 0.00 | 0 | 0.07 |
| HSL | 180.29º | 0.84% | 0.52% | - |
| HSV(B) | 180.29º | 0.87% | 0.93% | - |
| XYZ | 45.41 | 65.76 | 89.66 | - |
| YUV | 174.12 | 162.91 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 236 | 0.87 | 0.00 | 0 | 0.07 | 180.29 | 0.84 | 0.52 |
| Hex | 1F | EB | EC | 57 | 0 | 0 | 7 | B4 | 54 | 34 |
| Octal | 37 | 353 | 354 | 127 | 0 | 0 | 7 | 264 | 124 | 64 |
| Binary | 11111 | 11101011 | 11101100 | 1010111 | 0 | 0 | 111 | 10110100 | 1010100 | 110100 |
Color Harmonies of #1FEBEC
Complementary color
Monochromatic Colors of #1FEBEC
Black with #1FEBEC
Text Example
Text Example
White with #1FEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEBEC; }
p { color: rgb(31,235,236); }
H1.HeaderClassName
{
color: #1FEBEC;
}
.AnyTagClassName
{
color: #1FEBEC;
}
</style>
background-color css
<style>
a { background-color: #1FEBEC; }
a { background-color: rgb(31,235,236); }
div.DivClassName
{
background-color: #1FEBEC;
}
.BgClassName
{
background-color: #1FEBEC;
}
</style>
border-color css
<style>
span { border-color: #1FEBEC; }
span { border-color: rgb(31,235,236); }
td.TdClassName
{
border-color: #1FEBEC;
}
.TagClassName
{
border-color: #1FEBEC;
}
</style>