Shades of Bright Turquoise #1FEECB
Tints of Bright Turquoise #1FEECB
RGB
CMYK
RGB Variations
Color information
#1FEECB (or 0x1FEECB) is known color: Bright Turquoise. HEX triplet: 1F, EE and CB. RGB value is (31,238,203). Sum of RGB (Red+Green+Blue) = 31+238+203=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEECB is #E01134. Grayscale: #ACACAC. Windows color (decimal): -14684469 or 13364767. OLE color: 13364767.
HSL color Cylindrical-coordinate representation of color #1FEECB: hue angle of 169.86º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEECB is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 203 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.07 |
| HSL | 169.86º | 0.86% | 0.53% | - |
| HSV(B) | 169.86º | 0.87% | 0.93% | - |
| XYZ | 41.92 | 65.75 | 66.98 | - |
| YUV | 172.12 | 145.42 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 203 | 0.87 | 0 | 0.15 | 0.07 | 169.86 | 0.86 | 0.53 |
| Hex | 1F | EE | CB | 57 | 0 | F | 7 | AA | 56 | 35 |
| Octal | 37 | 356 | 313 | 127 | 0 | 17 | 7 | 252 | 126 | 65 |
| Binary | 11111 | 11101110 | 11001011 | 1010111 | 0 | 1111 | 111 | 10101010 | 1010110 | 110101 |
Color Harmonies of #1FEECB
Complementary color
Monochromatic Colors of #1FEECB
Black with #1FEECB
Text Example
Text Example
White with #1FEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEECB; }
p { color: rgb(31,238,203); }
H1.HeaderClassName
{
color: #1FEECB;
}
.AnyTagClassName
{
color: #1FEECB;
}
</style>
background-color css
<style>
a { background-color: #1FEECB; }
a { background-color: rgb(31,238,203); }
div.DivClassName
{
background-color: #1FEECB;
}
.BgClassName
{
background-color: #1FEECB;
}
</style>
border-color css
<style>
span { border-color: #1FEECB; }
span { border-color: rgb(31,238,203); }
td.TdClassName
{
border-color: #1FEECB;
}
.TagClassName
{
border-color: #1FEECB;
}
</style>