Shades of Bright Turquoise #1DDDFD
Tints of Bright Turquoise #1DDDFD
RGB
CMYK
RGB Variations
Color information
#1DDDFD (or 0x1DDDFD) is known color: Bright Turquoise. HEX triplet: 1D, DD and FD. RGB value is (29,221,253). Sum of RGB (Red+Green+Blue) = 29+221+253=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDDFD is #E22202. Grayscale: #A6A6A6. Windows color (decimal): -14819843 or 16637213. OLE color: 16637213.
HSL color Cylindrical-coordinate representation of color #1DDDFD: hue angle of 188.57º 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 #1DDDFD is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 221 | 253 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.01 |
| HSL | 188.57º | 0.98% | 0.55% | - |
| HSV(B) | 188.57º | 0.89% | 0.99% | - |
| XYZ | 44.09 | 59.07 | 102.01 | - |
| YUV | 167.24 | 176.39 | 29.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 253 | 0.89 | 0.13 | 0 | 0.01 | 188.57 | 0.98 | 0.55 |
| Hex | 1D | DD | FD | 59 | D | 0 | 1 | BD | 62 | 37 |
| Octal | 35 | 335 | 375 | 131 | 15 | 0 | 1 | 275 | 142 | 67 |
| Binary | 11101 | 11011101 | 11111101 | 1011001 | 1101 | 0 | 1 | 10111101 | 1100010 | 110111 |
Color Harmonies of #1DDDFD
Complementary color
Monochromatic Colors of #1DDDFD
Black with #1DDDFD
Text Example
Text Example
White with #1DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDFD; }
p { color: rgb(29,221,253); }
H1.HeaderClassName
{
color: #1DDDFD;
}
.AnyTagClassName
{
color: #1DDDFD;
}
</style>
background-color css
<style>
a { background-color: #1DDDFD; }
a { background-color: rgb(29,221,253); }
div.DivClassName
{
background-color: #1DDDFD;
}
.BgClassName
{
background-color: #1DDDFD;
}
</style>
border-color css
<style>
span { border-color: #1DDDFD; }
span { border-color: rgb(29,221,253); }
td.TdClassName
{
border-color: #1DDDFD;
}
.TagClassName
{
border-color: #1DDDFD;
}
</style>