Shades of Bright Turquoise #1FFCEB
Tints of Bright Turquoise #1FFCEB
RGB
CMYK
RGB Variations
Color information
#1FFCEB (or 0x1FFCEB) is known color: Bright Turquoise. HEX triplet: 1F, FC and EB. RGB value is (31,252,235). Sum of RGB (Red+Green+Blue) = 31+252+235=518 (68% of max value = 765). Red value is 31 (12.5% from 255 or 5.98% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFCEB is #E00314. Grayscale: #B7B7B7. Windows color (decimal): -14680853 or 15465503. OLE color: 15465503.
HSL color Cylindrical-coordinate representation of color #1FFCEB: hue angle of 175.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCEB is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 235 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.01 |
| HSL | 175.38º | 0.97% | 0.55% | - |
| HSV(B) | 175.38º | 0.88% | 0.99% | - |
| XYZ | 50.37 | 75.91 | 90.59 | - |
| YUV | 183.98 | 156.78 | 18.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 235 | 0.88 | 0 | 0.07 | 0.01 | 175.38 | 0.97 | 0.55 |
| Hex | 1F | FC | EB | 58 | 0 | 7 | 1 | AF | 61 | 37 |
| Octal | 37 | 374 | 353 | 130 | 0 | 7 | 1 | 257 | 141 | 67 |
| Binary | 11111 | 11111100 | 11101011 | 1011000 | 0 | 111 | 1 | 10101111 | 1100001 | 110111 |
Color Harmonies of #1FFCEB
Complementary color
Monochromatic Colors of #1FFCEB
Black with #1FFCEB
Text Example
Text Example
White with #1FFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCEB; }
p { color: rgb(31,252,235); }
H1.HeaderClassName
{
color: #1FFCEB;
}
.AnyTagClassName
{
color: #1FFCEB;
}
</style>
background-color css
<style>
a { background-color: #1FFCEB; }
a { background-color: rgb(31,252,235); }
div.DivClassName
{
background-color: #1FFCEB;
}
.BgClassName
{
background-color: #1FFCEB;
}
</style>
border-color css
<style>
span { border-color: #1FFCEB; }
span { border-color: rgb(31,252,235); }
td.TdClassName
{
border-color: #1FFCEB;
}
.TagClassName
{
border-color: #1FFCEB;
}
</style>