Shades of Bright Turquoise #1DD8F7
Tints of Bright Turquoise #1DD8F7
RGB
CMYK
RGB Variations
Color information
#1DD8F7 (or 0x1DD8F7) is known color: Bright Turquoise. HEX triplet: 1D, D8 and F7. RGB value is (29,216,247). Sum of RGB (Red+Green+Blue) = 29+216+247=492 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.89% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #1DD8F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD8F7 is #E22708. Grayscale: #A3A3A3. Windows color (decimal): -14821129 or 16242717. OLE color: 16242717.
HSL color Cylindrical-coordinate representation of color #1DD8F7: hue angle of 188.53º 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 #1DD8F7 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 216 | 247 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.03 |
| HSL | 188.53º | 0.93% | 0.54% | - |
| HSV(B) | 188.53º | 0.88% | 0.97% | - |
| XYZ | 41.85 | 56.09 | 96.62 | - |
| YUV | 163.62 | 175.05 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 247 | 0.88 | 0.13 | 0 | 0.03 | 188.53 | 0.93 | 0.54 |
| Hex | 1D | D8 | F7 | 58 | D | 0 | 3 | BD | 5D | 36 |
| Octal | 35 | 330 | 367 | 130 | 15 | 0 | 3 | 275 | 135 | 66 |
| Binary | 11101 | 11011000 | 11110111 | 1011000 | 1101 | 0 | 11 | 10111101 | 1011101 | 110110 |
Color Harmonies of #1DD8F7
Complementary color
Monochromatic Colors of #1DD8F7
Black with #1DD8F7
Text Example
Text Example
White with #1DD8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD8F7; }
p { color: rgb(29,216,247); }
H1.HeaderClassName
{
color: #1DD8F7;
}
.AnyTagClassName
{
color: #1DD8F7;
}
</style>
background-color css
<style>
a { background-color: #1DD8F7; }
a { background-color: rgb(29,216,247); }
div.DivClassName
{
background-color: #1DD8F7;
}
.BgClassName
{
background-color: #1DD8F7;
}
</style>
border-color css
<style>
span { border-color: #1DD8F7; }
span { border-color: rgb(29,216,247); }
td.TdClassName
{
border-color: #1DD8F7;
}
.TagClassName
{
border-color: #1DD8F7;
}
</style>