Shades of Bright Turquoise #1FE9CB
Tints of Bright Turquoise #1FE9CB
RGB
CMYK
RGB Variations
Color information
#1FE9CB (or 0x1FE9CB) is known color: Bright Turquoise. HEX triplet: 1F, E9 and CB. RGB value is (31,233,203). Sum of RGB (Red+Green+Blue) = 31+233+203=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9CB is #E01634. Grayscale: #A9A9A9. Windows color (decimal): -14685749 or 13363487. OLE color: 13363487.
HSL color Cylindrical-coordinate representation of color #1FE9CB: hue angle of 171.09º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE9CB is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 203 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.09 |
| HSL | 171.09º | 0.82% | 0.52% | - |
| HSV(B) | 171.09º | 0.87% | 0.91% | - |
| XYZ | 40.48 | 62.88 | 66.5 | - |
| YUV | 169.18 | 147.08 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 203 | 0.87 | 0 | 0.13 | 0.09 | 171.09 | 0.82 | 0.52 |
| Hex | 1F | E9 | CB | 57 | 0 | D | 9 | AB | 52 | 34 |
| Octal | 37 | 351 | 313 | 127 | 0 | 15 | 11 | 253 | 122 | 64 |
| Binary | 11111 | 11101001 | 11001011 | 1010111 | 0 | 1101 | 1001 | 10101011 | 1010010 | 110100 |
Color Harmonies of #1FE9CB
Complementary color
Monochromatic Colors of #1FE9CB
Black with #1FE9CB
Text Example
Text Example
White with #1FE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9CB; }
p { color: rgb(31,233,203); }
H1.HeaderClassName
{
color: #1FE9CB;
}
.AnyTagClassName
{
color: #1FE9CB;
}
</style>
background-color css
<style>
a { background-color: #1FE9CB; }
a { background-color: rgb(31,233,203); }
div.DivClassName
{
background-color: #1FE9CB;
}
.BgClassName
{
background-color: #1FE9CB;
}
</style>
border-color css
<style>
span { border-color: #1FE9CB; }
span { border-color: rgb(31,233,203); }
td.TdClassName
{
border-color: #1FE9CB;
}
.TagClassName
{
border-color: #1FE9CB;
}
</style>