Shades of Bright Turquoise #1DFECB
Tints of Bright Turquoise #1DFECB
RGB
CMYK
RGB Variations
Color information
#1DFECB (or 0x1DFECB) is known color: Bright Turquoise. HEX triplet: 1D, FE and CB. RGB value is (29,254,203). Sum of RGB (Red+Green+Blue) = 29+254+203=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFECB is #E20134. Grayscale: #B4B4B4. Windows color (decimal): -14811445 or 13368861. OLE color: 13368861.
HSL color Cylindrical-coordinate representation of color #1DFECB: hue angle of 166.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFECB is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 203 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.00 |
| HSL | 166.4º | 0.99% | 0.55% | - |
| HSV(B) | 166.4º | 0.89% | 1% | - |
| XYZ | 46.73 | 75.46 | 68.6 | - |
| YUV | 180.91 | 140.46 | 19.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 203 | 0.89 | 0 | 0.20 | 0.00 | 166.4 | 0.99 | 0.55 |
| Hex | 1D | FE | CB | 59 | 0 | 14 | 0 | A6 | 63 | 37 |
| Octal | 35 | 376 | 313 | 131 | 0 | 24 | 0 | 246 | 143 | 67 |
| Binary | 11101 | 11111110 | 11001011 | 1011001 | 0 | 10100 | 0 | 10100110 | 1100011 | 110111 |
Color Harmonies of #1DFECB
Complementary color
Monochromatic Colors of #1DFECB
Black with #1DFECB
Text Example
Text Example
White with #1DFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFECB; }
p { color: rgb(29,254,203); }
H1.HeaderClassName
{
color: #1DFECB;
}
.AnyTagClassName
{
color: #1DFECB;
}
</style>
background-color css
<style>
a { background-color: #1DFECB; }
a { background-color: rgb(29,254,203); }
div.DivClassName
{
background-color: #1DFECB;
}
.BgClassName
{
background-color: #1DFECB;
}
</style>
border-color css
<style>
span { border-color: #1DFECB; }
span { border-color: rgb(29,254,203); }
td.TdClassName
{
border-color: #1DFECB;
}
.TagClassName
{
border-color: #1DFECB;
}
</style>