Shades of Bright Turquoise #1FFCD5
Tints of Bright Turquoise #1FFCD5
RGB
CMYK
RGB Variations
Color information
#1FFCD5 (or 0x1FFCD5) is known color: Bright Turquoise. HEX triplet: 1F, FC and D5. RGB value is (31,252,213). Sum of RGB (Red+Green+Blue) = 31+252+213=496 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.25% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCD5 is #E0032A. Grayscale: #B5B5B5. Windows color (decimal): -14680875 or 14023711. OLE color: 14023711.
HSL color Cylindrical-coordinate representation of color #1FFCD5: hue angle of 169.41º 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 #1FFCD5 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 213 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.01 |
| HSL | 169.41º | 0.97% | 0.55% | - |
| HSV(B) | 169.41º | 0.88% | 0.99% | - |
| XYZ | 47.39 | 74.72 | 74.87 | - |
| YUV | 181.48 | 145.78 | 20.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 213 | 0.88 | 0 | 0.15 | 0.01 | 169.41 | 0.97 | 0.55 |
| Hex | 1F | FC | D5 | 58 | 0 | F | 1 | A9 | 61 | 37 |
| Octal | 37 | 374 | 325 | 130 | 0 | 17 | 1 | 251 | 141 | 67 |
| Binary | 11111 | 11111100 | 11010101 | 1011000 | 0 | 1111 | 1 | 10101001 | 1100001 | 110111 |
Color Harmonies of #1FFCD5
Complementary color
Monochromatic Colors of #1FFCD5
Black with #1FFCD5
Text Example
Text Example
White with #1FFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCD5; }
p { color: rgb(31,252,213); }
H1.HeaderClassName
{
color: #1FFCD5;
}
.AnyTagClassName
{
color: #1FFCD5;
}
</style>
background-color css
<style>
a { background-color: #1FFCD5; }
a { background-color: rgb(31,252,213); }
div.DivClassName
{
background-color: #1FFCD5;
}
.BgClassName
{
background-color: #1FFCD5;
}
</style>
border-color css
<style>
span { border-color: #1FFCD5; }
span { border-color: rgb(31,252,213); }
td.TdClassName
{
border-color: #1FFCD5;
}
.TagClassName
{
border-color: #1FFCD5;
}
</style>