Shades of Bright Turquoise #1DDEF9
Tints of Bright Turquoise #1DDEF9
RGB
CMYK
RGB Variations
Color information
#1DDEF9 (or 0x1DDEF9) is known color: Bright Turquoise. HEX triplet: 1D, DE and F9. RGB value is (29,222,249). Sum of RGB (Red+Green+Blue) = 29+222+249=500 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DDEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEF9 is #E22106. Grayscale: #A7A7A7. Windows color (decimal): -14819591 or 16375325. OLE color: 16375325.
HSL color Cylindrical-coordinate representation of color #1DDEF9: hue angle of 187.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDEF9 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 222 | 249 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.02 |
| HSL | 187.36º | 0.95% | 0.55% | - |
| HSV(B) | 187.36º | 0.88% | 0.98% | - |
| XYZ | 43.73 | 59.34 | 98.77 | - |
| YUV | 167.37 | 174.06 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 249 | 0.88 | 0.11 | 0 | 0.02 | 187.36 | 0.95 | 0.55 |
| Hex | 1D | DE | F9 | 58 | B | 0 | 2 | BB | 5F | 37 |
| Octal | 35 | 336 | 371 | 130 | 13 | 0 | 2 | 273 | 137 | 67 |
| Binary | 11101 | 11011110 | 11111001 | 1011000 | 1011 | 0 | 10 | 10111011 | 1011111 | 110111 |
Color Harmonies of #1DDEF9
Complementary color
Monochromatic Colors of #1DDEF9
Black with #1DDEF9
Text Example
Text Example
White with #1DDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEF9; }
p { color: rgb(29,222,249); }
H1.HeaderClassName
{
color: #1DDEF9;
}
.AnyTagClassName
{
color: #1DDEF9;
}
</style>
background-color css
<style>
a { background-color: #1DDEF9; }
a { background-color: rgb(29,222,249); }
div.DivClassName
{
background-color: #1DDEF9;
}
.BgClassName
{
background-color: #1DDEF9;
}
</style>
border-color css
<style>
span { border-color: #1DDEF9; }
span { border-color: rgb(29,222,249); }
td.TdClassName
{
border-color: #1DDEF9;
}
.TagClassName
{
border-color: #1DDEF9;
}
</style>