Shades of Bright Turquoise #1FEBCB
Tints of Bright Turquoise #1FEBCB
RGB
CMYK
RGB Variations
Color information
#1FEBCB (or 0x1FEBCB) is known color: Bright Turquoise. HEX triplet: 1F, EB and CB. RGB value is (31,235,203). Sum of RGB (Red+Green+Blue) = 31+235+203=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEBCB is #E01434. Grayscale: #AAAAAA. Windows color (decimal): -14685237 or 13363999. OLE color: 13363999.
HSL color Cylindrical-coordinate representation of color #1FEBCB: hue angle of 170.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEBCB is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 235 | 203 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.08 |
| HSL | 170.59º | 0.84% | 0.52% | - |
| HSV(B) | 170.59º | 0.87% | 0.92% | - |
| XYZ | 41.05 | 64.02 | 66.69 | - |
| YUV | 170.36 | 146.41 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 203 | 0.87 | 0 | 0.14 | 0.08 | 170.59 | 0.84 | 0.52 |
| Hex | 1F | EB | CB | 57 | 0 | E | 8 | AB | 54 | 34 |
| Octal | 37 | 353 | 313 | 127 | 0 | 16 | 10 | 253 | 124 | 64 |
| Binary | 11111 | 11101011 | 11001011 | 1010111 | 0 | 1110 | 1000 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1FEBCB
Complementary color
Monochromatic Colors of #1FEBCB
Black with #1FEBCB
Text Example
Text Example
White with #1FEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEBCB; }
p { color: rgb(31,235,203); }
H1.HeaderClassName
{
color: #1FEBCB;
}
.AnyTagClassName
{
color: #1FEBCB;
}
</style>
background-color css
<style>
a { background-color: #1FEBCB; }
a { background-color: rgb(31,235,203); }
div.DivClassName
{
background-color: #1FEBCB;
}
.BgClassName
{
background-color: #1FEBCB;
}
</style>
border-color css
<style>
span { border-color: #1FEBCB; }
span { border-color: rgb(31,235,203); }
td.TdClassName
{
border-color: #1FEBCB;
}
.TagClassName
{
border-color: #1FEBCB;
}
</style>