Shades of Bright Turquoise #1DFDE0
Tints of Bright Turquoise #1DFDE0
RGB
CMYK
RGB Variations
Color information
#1DFDE0 (or 0x1DFDE0) is known color: Bright Turquoise. HEX triplet: 1D, FD and E0. RGB value is (29,253,224). Sum of RGB (Red+Green+Blue) = 29+253+224=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDE0 is #E2021F. Grayscale: #B6B6B6. Windows color (decimal): -14811680 or 14744861. OLE color: 14744861.
HSL color Cylindrical-coordinate representation of color #1DFDE0: hue angle of 172.23º 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 #1DFDE0 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 224 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.01 |
| HSL | 172.23º | 0.98% | 0.55% | - |
| HSV(B) | 172.23º | 0.89% | 0.99% | - |
| XYZ | 49.09 | 75.89 | 82.58 | - |
| YUV | 182.72 | 151.29 | 18.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 224 | 0.89 | 0 | 0.11 | 0.01 | 172.23 | 0.98 | 0.55 |
| Hex | 1D | FD | E0 | 59 | 0 | B | 1 | AC | 62 | 37 |
| Octal | 35 | 375 | 340 | 131 | 0 | 13 | 1 | 254 | 142 | 67 |
| Binary | 11101 | 11111101 | 11100000 | 1011001 | 0 | 1011 | 1 | 10101100 | 1100010 | 110111 |
Color Harmonies of #1DFDE0
Complementary color
Monochromatic Colors of #1DFDE0
Black with #1DFDE0
Text Example
Text Example
White with #1DFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDE0; }
p { color: rgb(29,253,224); }
H1.HeaderClassName
{
color: #1DFDE0;
}
.AnyTagClassName
{
color: #1DFDE0;
}
</style>
background-color css
<style>
a { background-color: #1DFDE0; }
a { background-color: rgb(29,253,224); }
div.DivClassName
{
background-color: #1DFDE0;
}
.BgClassName
{
background-color: #1DFDE0;
}
</style>
border-color css
<style>
span { border-color: #1DFDE0; }
span { border-color: rgb(29,253,224); }
td.TdClassName
{
border-color: #1DFDE0;
}
.TagClassName
{
border-color: #1DFDE0;
}
</style>