Shades of Bright Turquoise #1DDEF5
Tints of Bright Turquoise #1DDEF5
RGB
CMYK
RGB Variations
Color information
#1DDEF5 (or 0x1DDEF5) is known color: Bright Turquoise. HEX triplet: 1D, DE and F5. RGB value is (29,222,245). Sum of RGB (Red+Green+Blue) = 29+222+245=496 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.85% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #1DDEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEF5 is #E2210A. Grayscale: #A6A6A6. Windows color (decimal): -14819595 or 16113181. OLE color: 16113181.
HSL color Cylindrical-coordinate representation of color #1DDEF5: hue angle of 186.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDEF5 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 222 | 245 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.04 |
| HSL | 186.39º | 0.92% | 0.54% | - |
| HSV(B) | 186.39º | 0.88% | 0.96% | - |
| XYZ | 43.11 | 59.1 | 95.52 | - |
| YUV | 166.92 | 172.06 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 245 | 0.88 | 0.09 | 0 | 0.04 | 186.39 | 0.92 | 0.54 |
| Hex | 1D | DE | F5 | 58 | 9 | 0 | 4 | BA | 5C | 36 |
| Octal | 35 | 336 | 365 | 130 | 11 | 0 | 4 | 272 | 134 | 66 |
| Binary | 11101 | 11011110 | 11110101 | 1011000 | 1001 | 0 | 100 | 10111010 | 1011100 | 110110 |
Color Harmonies of #1DDEF5
Complementary color
Monochromatic Colors of #1DDEF5
Black with #1DDEF5
Text Example
Text Example
White with #1DDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEF5; }
p { color: rgb(29,222,245); }
H1.HeaderClassName
{
color: #1DDEF5;
}
.AnyTagClassName
{
color: #1DDEF5;
}
</style>
background-color css
<style>
a { background-color: #1DDEF5; }
a { background-color: rgb(29,222,245); }
div.DivClassName
{
background-color: #1DDEF5;
}
.BgClassName
{
background-color: #1DDEF5;
}
</style>
border-color css
<style>
span { border-color: #1DDEF5; }
span { border-color: rgb(29,222,245); }
td.TdClassName
{
border-color: #1DDEF5;
}
.TagClassName
{
border-color: #1DDEF5;
}
</style>