Shades of Bright Turquoise #1DDFCB
Tints of Bright Turquoise #1DDFCB
RGB
CMYK
RGB Variations
Color information
#1DDFCB (or 0x1DDFCB) is known color: Bright Turquoise. HEX triplet: 1D, DF and CB. RGB value is (29,223,203). Sum of RGB (Red+Green+Blue) = 29+223+203=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFCB is #E22034. Grayscale: #A2A2A2. Windows color (decimal): -14819381 or 13360925. OLE color: 13360925.
HSL color Cylindrical-coordinate representation of color #1DDFCB: hue angle of 173.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDFCB is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 203 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.13 |
| HSL | 173.81º | 0.77% | 0.49% | - |
| HSV(B) | 173.81º | 0.87% | 0.87% | - |
| XYZ | 37.67 | 57.35 | 65.58 | - |
| YUV | 162.71 | 150.73 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 203 | 0.87 | 0 | 0.09 | 0.13 | 173.81 | 0.77 | 0.49 |
| Hex | 1D | DF | CB | 57 | 0 | 9 | D | AE | 4D | 31 |
| Octal | 35 | 337 | 313 | 127 | 0 | 11 | 15 | 256 | 115 | 61 |
| Binary | 11101 | 11011111 | 11001011 | 1010111 | 0 | 1001 | 1101 | 10101110 | 1001101 | 110001 |
Color Harmonies of #1DDFCB
Complementary color
Monochromatic Colors of #1DDFCB
Black with #1DDFCB
Text Example
Text Example
White with #1DDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFCB; }
p { color: rgb(29,223,203); }
H1.HeaderClassName
{
color: #1DDFCB;
}
.AnyTagClassName
{
color: #1DDFCB;
}
</style>
background-color css
<style>
a { background-color: #1DDFCB; }
a { background-color: rgb(29,223,203); }
div.DivClassName
{
background-color: #1DDFCB;
}
.BgClassName
{
background-color: #1DDFCB;
}
</style>
border-color css
<style>
span { border-color: #1DDFCB; }
span { border-color: rgb(29,223,203); }
td.TdClassName
{
border-color: #1DDFCB;
}
.TagClassName
{
border-color: #1DDFCB;
}
</style>