Shades of Bright Turquoise #1DD4EF
Tints of Bright Turquoise #1DD4EF
RGB
CMYK
RGB Variations
Color information
#1DD4EF (or 0x1DD4EF) is known color: Bright Turquoise. HEX triplet: 1D, D4 and EF. RGB value is (29,212,239). Sum of RGB (Red+Green+Blue) = 29+212+239=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DD4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD4EF is #E22B10. Grayscale: #A0A0A0. Windows color (decimal): -14822161 or 15717405. OLE color: 15717405.
HSL color Cylindrical-coordinate representation of color #1DD4EF: hue angle of 187.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD4EF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 29 | 212 | 239 | - |
CMYK | 0.88 | 0.11 | 0 | 0.06 |
HSL | 187.71º | 0.87% | 0.53% | - |
HSV(B) | 187.71º | 0.88% | 0.94% | - |
XYZ | 39.63 | 53.58 | 89.91 | - |
YUV | 160.36 | 172.37 | 34.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 212 | 239 | 0.88 | 0.11 | 0 | 0.06 | 187.71 | 0.87 | 0.53 |
Hex | 1D | D4 | EF | 58 | B | 0 | 6 | BC | 57 | 35 |
Octal | 35 | 324 | 357 | 130 | 13 | 0 | 6 | 274 | 127 | 65 |
Binary | 11101 | 11010100 | 11101111 | 1011000 | 1011 | 0 | 110 | 10111100 | 1010111 | 110101 |
Color Harmonies of #1DD4EF
Complementary color
Monochromatic Colors of #1DD4EF
Black with #1DD4EF
Text Example
Text Example
White with #1DD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD4EF; }
p { color: rgb(29,212,239); }
H1.HeaderClassName
{
color: #1DD4EF;
}
.AnyTagClassName
{
color: #1DD4EF;
}
</style>
background-color css
<style>
a { background-color: #1DD4EF; }
a { background-color: rgb(29,212,239); }
div.DivClassName
{
background-color: #1DD4EF;
}
.BgClassName
{
background-color: #1DD4EF;
}
</style>
border-color css
<style>
span { border-color: #1DD4EF; }
span { border-color: rgb(29,212,239); }
td.TdClassName
{
border-color: #1DD4EF;
}
.TagClassName
{
border-color: #1DD4EF;
}
</style>