Shades of Bright Turquoise #1DDEF7
Tints of Bright Turquoise #1DDEF7
RGB
CMYK
RGB Variations
Color information
#1DDEF7 (or 0x1DDEF7) is known color: Bright Turquoise. HEX triplet: 1D, DE and F7. RGB value is (29,222,247). Sum of RGB (Red+Green+Blue) = 29+222+247=498 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.82% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #1DDEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEF7 is #E22108. Grayscale: #A6A6A6. Windows color (decimal): -14819593 or 16244253. OLE color: 16244253.
HSL color Cylindrical-coordinate representation of color #1DDEF7: hue angle of 186.88º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDEF7 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 222 | 247 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.03 |
| HSL | 186.88º | 0.93% | 0.54% | - |
| HSV(B) | 186.88º | 0.88% | 0.97% | - |
| XYZ | 43.42 | 59.22 | 97.14 | - |
| YUV | 167.14 | 173.06 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 247 | 0.88 | 0.10 | 0 | 0.03 | 186.88 | 0.93 | 0.54 |
| Hex | 1D | DE | F7 | 58 | A | 0 | 3 | BB | 5D | 36 |
| Octal | 35 | 336 | 367 | 130 | 12 | 0 | 3 | 273 | 135 | 66 |
| Binary | 11101 | 11011110 | 11110111 | 1011000 | 1010 | 0 | 11 | 10111011 | 1011101 | 110110 |
Color Harmonies of #1DDEF7
Complementary color
Monochromatic Colors of #1DDEF7
Black with #1DDEF7
Text Example
Text Example
White with #1DDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEF7; }
p { color: rgb(29,222,247); }
H1.HeaderClassName
{
color: #1DDEF7;
}
.AnyTagClassName
{
color: #1DDEF7;
}
</style>
background-color css
<style>
a { background-color: #1DDEF7; }
a { background-color: rgb(29,222,247); }
div.DivClassName
{
background-color: #1DDEF7;
}
.BgClassName
{
background-color: #1DDEF7;
}
</style>
border-color css
<style>
span { border-color: #1DDEF7; }
span { border-color: rgb(29,222,247); }
td.TdClassName
{
border-color: #1DDEF7;
}
.TagClassName
{
border-color: #1DDEF7;
}
</style>