Shades of Bright Turquoise #1DFDCB
Tints of Bright Turquoise #1DFDCB
RGB
CMYK
RGB Variations
Color information
#1DFDCB (or 0x1DFDCB) is known color: Bright Turquoise. HEX triplet: 1D, FD and CB. RGB value is (29,253,203). Sum of RGB (Red+Green+Blue) = 29+253+203=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDCB is #E20234. Grayscale: #B4B4B4. Windows color (decimal): -14811701 or 13368605. OLE color: 13368605.
HSL color Cylindrical-coordinate representation of color #1DFDCB: hue angle of 166.61º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDCB is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 203 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.01 |
| HSL | 166.61º | 0.98% | 0.55% | - |
| HSV(B) | 166.61º | 0.89% | 0.99% | - |
| XYZ | 46.41 | 74.82 | 68.5 | - |
| YUV | 180.32 | 140.79 | 20.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 203 | 0.89 | 0 | 0.20 | 0.01 | 166.61 | 0.98 | 0.55 |
| Hex | 1D | FD | CB | 59 | 0 | 14 | 1 | A7 | 62 | 37 |
| Octal | 35 | 375 | 313 | 131 | 0 | 24 | 1 | 247 | 142 | 67 |
| Binary | 11101 | 11111101 | 11001011 | 1011001 | 0 | 10100 | 1 | 10100111 | 1100010 | 110111 |
Color Harmonies of #1DFDCB
Complementary color
Monochromatic Colors of #1DFDCB
Black with #1DFDCB
Text Example
Text Example
White with #1DFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDCB; }
p { color: rgb(29,253,203); }
H1.HeaderClassName
{
color: #1DFDCB;
}
.AnyTagClassName
{
color: #1DFDCB;
}
</style>
background-color css
<style>
a { background-color: #1DFDCB; }
a { background-color: rgb(29,253,203); }
div.DivClassName
{
background-color: #1DFDCB;
}
.BgClassName
{
background-color: #1DFDCB;
}
</style>
border-color css
<style>
span { border-color: #1DFDCB; }
span { border-color: rgb(29,253,203); }
td.TdClassName
{
border-color: #1DFDCB;
}
.TagClassName
{
border-color: #1DFDCB;
}
</style>