Shades of Bright Turquoise #1DDEF4
Tints of Bright Turquoise #1DDEF4
RGB
CMYK
RGB Variations
Color information
#1DDEF4 (or 0x1DDEF4) is known color: Bright Turquoise. HEX triplet: 1D, DE and F4. RGB value is (29,222,244). Sum of RGB (Red+Green+Blue) = 29+222+244=495 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.86% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #1DDEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEF4 is #E2210B. Grayscale: #A6A6A6. Windows color (decimal): -14819596 or 16047645. OLE color: 16047645.
HSL color Cylindrical-coordinate representation of color #1DDEF4: hue angle of 186.14º degrees, saturation: 0.91, 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 #1DDEF4 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 222 | 244 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.04 |
| HSL | 186.14º | 0.91% | 0.54% | - |
| HSV(B) | 186.14º | 0.88% | 0.96% | - |
| XYZ | 42.96 | 59.04 | 94.72 | - |
| YUV | 166.8 | 171.56 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 244 | 0.88 | 0.09 | 0 | 0.04 | 186.14 | 0.91 | 0.54 |
| Hex | 1D | DE | F4 | 58 | 9 | 0 | 4 | BA | 5B | 36 |
| Octal | 35 | 336 | 364 | 130 | 11 | 0 | 4 | 272 | 133 | 66 |
| Binary | 11101 | 11011110 | 11110100 | 1011000 | 1001 | 0 | 100 | 10111010 | 1011011 | 110110 |
Color Harmonies of #1DDEF4
Complementary color
Monochromatic Colors of #1DDEF4
Black with #1DDEF4
Text Example
Text Example
White with #1DDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEF4; }
p { color: rgb(29,222,244); }
H1.HeaderClassName
{
color: #1DDEF4;
}
.AnyTagClassName
{
color: #1DDEF4;
}
</style>
background-color css
<style>
a { background-color: #1DDEF4; }
a { background-color: rgb(29,222,244); }
div.DivClassName
{
background-color: #1DDEF4;
}
.BgClassName
{
background-color: #1DDEF4;
}
</style>
border-color css
<style>
span { border-color: #1DDEF4; }
span { border-color: rgb(29,222,244); }
td.TdClassName
{
border-color: #1DDEF4;
}
.TagClassName
{
border-color: #1DDEF4;
}
</style>