Shades of Bright Turquoise #1FEBCD
Tints of Bright Turquoise #1FEBCD
RGB
CMYK
RGB Variations
Color information
#1FEBCD (or 0x1FEBCD) is known color: Bright Turquoise. HEX triplet: 1F, EB and CD. RGB value is (31,235,205). Sum of RGB (Red+Green+Blue) = 31+235+205=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #1FEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEBCD is #E01432. Grayscale: #AAAAAA. Windows color (decimal): -14685235 or 13495071. OLE color: 13495071.
HSL color Cylindrical-coordinate representation of color #1FEBCD: hue angle of 171.18º 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 #1FEBCD is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 235 | 205 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.08 |
| HSL | 171.18º | 0.84% | 0.52% | - |
| HSV(B) | 171.18º | 0.87% | 0.92% | - |
| XYZ | 41.29 | 64.12 | 67.96 | - |
| YUV | 170.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 235 | 205 | 0.87 | 0 | 0.13 | 0.08 | 171.18 | 0.84 | 0.52 |
| Hex | 1F | EB | CD | 57 | 0 | D | 8 | AB | 54 | 34 |
| Octal | 37 | 353 | 315 | 127 | 0 | 15 | 10 | 253 | 124 | 64 |
| Binary | 11111 | 11101011 | 11001101 | 1010111 | 0 | 1101 | 1000 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1FEBCD
Complementary color
Monochromatic Colors of #1FEBCD
Black with #1FEBCD
Text Example
Text Example
White with #1FEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEBCD; }
p { color: rgb(31,235,205); }
H1.HeaderClassName
{
color: #1FEBCD;
}
.AnyTagClassName
{
color: #1FEBCD;
}
</style>
background-color css
<style>
a { background-color: #1FEBCD; }
a { background-color: rgb(31,235,205); }
div.DivClassName
{
background-color: #1FEBCD;
}
.BgClassName
{
background-color: #1FEBCD;
}
</style>
border-color css
<style>
span { border-color: #1FEBCD; }
span { border-color: rgb(31,235,205); }
td.TdClassName
{
border-color: #1FEBCD;
}
.TagClassName
{
border-color: #1FEBCD;
}
</style>