Shades of Bright Turquoise #1DDEF8
Tints of Bright Turquoise #1DDEF8
RGB
CMYK
RGB Variations
Color information
#1DDEF8 (or 0x1DDEF8) is known color: Bright Turquoise. HEX triplet: 1D, DE and F8. RGB value is (29,222,248). Sum of RGB (Red+Green+Blue) = 29+222+248=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #1DDEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEF8 is #E22107. Grayscale: #A6A6A6. Windows color (decimal): -14819592 or 16309789. OLE color: 16309789.
HSL color Cylindrical-coordinate representation of color #1DDEF8: hue angle of 187.12º degrees, saturation: 0.94, 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 #1DDEF8 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 222 | 248 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.03 |
| HSL | 187.12º | 0.94% | 0.54% | - |
| HSV(B) | 187.12º | 0.88% | 0.97% | - |
| XYZ | 43.57 | 59.28 | 97.95 | - |
| YUV | 167.26 | 173.56 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 248 | 0.88 | 0.10 | 0 | 0.03 | 187.12 | 0.94 | 0.54 |
| Hex | 1D | DE | F8 | 58 | A | 0 | 3 | BB | 5E | 36 |
| Octal | 35 | 336 | 370 | 130 | 12 | 0 | 3 | 273 | 136 | 66 |
| Binary | 11101 | 11011110 | 11111000 | 1011000 | 1010 | 0 | 11 | 10111011 | 1011110 | 110110 |
Color Harmonies of #1DDEF8
Complementary color
Monochromatic Colors of #1DDEF8
Black with #1DDEF8
Text Example
Text Example
White with #1DDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEF8; }
p { color: rgb(29,222,248); }
H1.HeaderClassName
{
color: #1DDEF8;
}
.AnyTagClassName
{
color: #1DDEF8;
}
</style>
background-color css
<style>
a { background-color: #1DDEF8; }
a { background-color: rgb(29,222,248); }
div.DivClassName
{
background-color: #1DDEF8;
}
.BgClassName
{
background-color: #1DDEF8;
}
</style>
border-color css
<style>
span { border-color: #1DDEF8; }
span { border-color: rgb(29,222,248); }
td.TdClassName
{
border-color: #1DDEF8;
}
.TagClassName
{
border-color: #1DDEF8;
}
</style>