Shades of Turquoise #1DDFBE
Tints of Turquoise #1DDFBE
RGB
CMYK
RGB Variations
Color information
#1DDFBE (or 0x1DDFBE) is known color: Turquoise. HEX triplet: 1D, DF and BE. RGB value is (29,223,190). Sum of RGB (Red+Green+Blue) = 29+223+190=442 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.56% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFBE is #E22041. Grayscale: #A1A1A1. Windows color (decimal): -14819394 or 12508957. OLE color: 12508957.
HSL color Cylindrical-coordinate representation of color #1DDFBE: hue angle of 169.79º 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 #1DDFBE is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 190 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.13 |
| HSL | 169.79º | 0.77% | 0.49% | - |
| HSV(B) | 169.79º | 0.87% | 0.87% | - |
| XYZ | 36.19 | 56.75 | 57.76 | - |
| YUV | 161.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 190 | 0.87 | 0 | 0.15 | 0.13 | 169.79 | 0.77 | 0.49 |
| Hex | 1D | DF | BE | 57 | 0 | F | D | AA | 4D | 31 |
| Octal | 35 | 337 | 276 | 127 | 0 | 17 | 15 | 252 | 115 | 61 |
| Binary | 11101 | 11011111 | 10111110 | 1010111 | 0 | 1111 | 1101 | 10101010 | 1001101 | 110001 |
Color Harmonies of #1DDFBE
Complementary color
Monochromatic Colors of #1DDFBE
Black with #1DDFBE
Text Example
Text Example
White with #1DDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFBE; }
p { color: rgb(29,223,190); }
H1.HeaderClassName
{
color: #1DDFBE;
}
.AnyTagClassName
{
color: #1DDFBE;
}
</style>
background-color css
<style>
a { background-color: #1DDFBE; }
a { background-color: rgb(29,223,190); }
div.DivClassName
{
background-color: #1DDFBE;
}
.BgClassName
{
background-color: #1DDFBE;
}
</style>
border-color css
<style>
span { border-color: #1DDFBE; }
span { border-color: rgb(29,223,190); }
td.TdClassName
{
border-color: #1DDFBE;
}
.TagClassName
{
border-color: #1DDFBE;
}
</style>