Shades of Bright Turquoise #1FFCE1
Tints of Bright Turquoise #1FFCE1
RGB
CMYK
RGB Variations
Color information
#1FFCE1 (or 0x1FFCE1) is known color: Bright Turquoise. HEX triplet: 1F, FC and E1. RGB value is (31,252,225). Sum of RGB (Red+Green+Blue) = 31+252+225=508 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.10% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCE1 is #E0031E. Grayscale: #B6B6B6. Windows color (decimal): -14680863 or 14810143. OLE color: 14810143.
HSL color Cylindrical-coordinate representation of color #1FFCE1: hue angle of 172.67º 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 #1FFCE1 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 225 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.01 |
| HSL | 172.67º | 0.97% | 0.55% | - |
| HSV(B) | 172.67º | 0.88% | 0.99% | - |
| XYZ | 48.97 | 75.35 | 83.2 | - |
| YUV | 182.84 | 151.78 | 19.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 225 | 0.88 | 0 | 0.11 | 0.01 | 172.67 | 0.97 | 0.55 |
| Hex | 1F | FC | E1 | 58 | 0 | B | 1 | AD | 61 | 37 |
| Octal | 37 | 374 | 341 | 130 | 0 | 13 | 1 | 255 | 141 | 67 |
| Binary | 11111 | 11111100 | 11100001 | 1011000 | 0 | 1011 | 1 | 10101101 | 1100001 | 110111 |
Color Harmonies of #1FFCE1
Complementary color
Monochromatic Colors of #1FFCE1
Black with #1FFCE1
Text Example
Text Example
White with #1FFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCE1; }
p { color: rgb(31,252,225); }
H1.HeaderClassName
{
color: #1FFCE1;
}
.AnyTagClassName
{
color: #1FFCE1;
}
</style>
background-color css
<style>
a { background-color: #1FFCE1; }
a { background-color: rgb(31,252,225); }
div.DivClassName
{
background-color: #1FFCE1;
}
.BgClassName
{
background-color: #1FFCE1;
}
</style>
border-color css
<style>
span { border-color: #1FFCE1; }
span { border-color: rgb(31,252,225); }
td.TdClassName
{
border-color: #1FFCE1;
}
.TagClassName
{
border-color: #1FFCE1;
}
</style>