Shades of Bright Turquoise #1FFCE6
Tints of Bright Turquoise #1FFCE6
RGB
CMYK
RGB Variations
Color information
#1FFCE6 (or 0x1FFCE6) is known color: Bright Turquoise. HEX triplet: 1F, FC and E6. RGB value is (31,252,230). Sum of RGB (Red+Green+Blue) = 31+252+230=513 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.04% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FFCE6 is #E00319. Grayscale: #B7B7B7. Windows color (decimal): -14680858 or 15137823. OLE color: 15137823.
HSL color Cylindrical-coordinate representation of color #1FFCE6: hue angle of 174.03º 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 #1FFCE6 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 230 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.01 |
| HSL | 174.03º | 0.97% | 0.55% | - |
| HSV(B) | 174.03º | 0.88% | 0.99% | - |
| XYZ | 49.66 | 75.63 | 86.84 | - |
| YUV | 183.41 | 154.28 | 19.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 230 | 0.88 | 0 | 0.09 | 0.01 | 174.03 | 0.97 | 0.55 |
| Hex | 1F | FC | E6 | 58 | 0 | 9 | 1 | AE | 61 | 37 |
| Octal | 37 | 374 | 346 | 130 | 0 | 11 | 1 | 256 | 141 | 67 |
| Binary | 11111 | 11111100 | 11100110 | 1011000 | 0 | 1001 | 1 | 10101110 | 1100001 | 110111 |
Color Harmonies of #1FFCE6
Complementary color
Monochromatic Colors of #1FFCE6
Black with #1FFCE6
Text Example
Text Example
White with #1FFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCE6; }
p { color: rgb(31,252,230); }
H1.HeaderClassName
{
color: #1FFCE6;
}
.AnyTagClassName
{
color: #1FFCE6;
}
</style>
background-color css
<style>
a { background-color: #1FFCE6; }
a { background-color: rgb(31,252,230); }
div.DivClassName
{
background-color: #1FFCE6;
}
.BgClassName
{
background-color: #1FFCE6;
}
</style>
border-color css
<style>
span { border-color: #1FFCE6; }
span { border-color: rgb(31,252,230); }
td.TdClassName
{
border-color: #1FFCE6;
}
.TagClassName
{
border-color: #1FFCE6;
}
</style>