Shades of Bright Turquoise #1DDFC8
Tints of Bright Turquoise #1DDFC8
RGB
CMYK
RGB Variations
Color information
#1DDFC8 (or 0x1DDFC8) is known color: Bright Turquoise. HEX triplet: 1D, DF and C8. RGB value is (29,223,200). Sum of RGB (Red+Green+Blue) = 29+223+200=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFC8 is #E22037. Grayscale: #A2A2A2. Windows color (decimal): -14819384 or 13164317. OLE color: 13164317.
HSL color Cylindrical-coordinate representation of color #1DDFC8: hue angle of 172.89º 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 #1DDFC8 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 200 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.13 |
| HSL | 172.89º | 0.77% | 0.49% | - |
| HSV(B) | 172.89º | 0.87% | 0.87% | - |
| XYZ | 37.32 | 57.21 | 63.72 | - |
| YUV | 162.37 | 149.23 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 200 | 0.87 | 0 | 0.10 | 0.13 | 172.89 | 0.77 | 0.49 |
| Hex | 1D | DF | C8 | 57 | 0 | A | D | AD | 4D | 31 |
| Octal | 35 | 337 | 310 | 127 | 0 | 12 | 15 | 255 | 115 | 61 |
| Binary | 11101 | 11011111 | 11001000 | 1010111 | 0 | 1010 | 1101 | 10101101 | 1001101 | 110001 |
Color Harmonies of #1DDFC8
Complementary color
Monochromatic Colors of #1DDFC8
Black with #1DDFC8
Text Example
Text Example
White with #1DDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFC8; }
p { color: rgb(29,223,200); }
H1.HeaderClassName
{
color: #1DDFC8;
}
.AnyTagClassName
{
color: #1DDFC8;
}
</style>
background-color css
<style>
a { background-color: #1DDFC8; }
a { background-color: rgb(29,223,200); }
div.DivClassName
{
background-color: #1DDFC8;
}
.BgClassName
{
background-color: #1DDFC8;
}
</style>
border-color css
<style>
span { border-color: #1DDFC8; }
span { border-color: rgb(29,223,200); }
td.TdClassName
{
border-color: #1DDFC8;
}
.TagClassName
{
border-color: #1DDFC8;
}
</style>