Shades of Bright Turquoise #1DDFEE
Tints of Bright Turquoise #1DDFEE
RGB
CMYK
RGB Variations
Color information
#1DDFEE (or 0x1DDFEE) is known color: Bright Turquoise. HEX triplet: 1D, DF and EE. RGB value is (29,223,238). Sum of RGB (Red+Green+Blue) = 29+223+238=490 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.92% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFEE is #E22011. Grayscale: #A6A6A6. Windows color (decimal): -14819346 or 15654685. OLE color: 15654685.
HSL color Cylindrical-coordinate representation of color #1DDFEE: hue angle of 184.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDFEE is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 223 | 238 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.07 |
| HSL | 184.31º | 0.86% | 0.52% | - |
| HSV(B) | 184.31º | 0.88% | 0.93% | - |
| XYZ | 42.33 | 59.21 | 90.09 | - |
| YUV | 166.7 | 168.23 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 238 | 0.88 | 0.06 | 0 | 0.07 | 184.31 | 0.86 | 0.52 |
| Hex | 1D | DF | EE | 58 | 6 | 0 | 7 | B8 | 56 | 34 |
| Octal | 35 | 337 | 356 | 130 | 6 | 0 | 7 | 270 | 126 | 64 |
| Binary | 11101 | 11011111 | 11101110 | 1011000 | 110 | 0 | 111 | 10111000 | 1010110 | 110100 |
Color Harmonies of #1DDFEE
Complementary color
Monochromatic Colors of #1DDFEE
Black with #1DDFEE
Text Example
Text Example
White with #1DDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFEE; }
p { color: rgb(29,223,238); }
H1.HeaderClassName
{
color: #1DDFEE;
}
.AnyTagClassName
{
color: #1DDFEE;
}
</style>
background-color css
<style>
a { background-color: #1DDFEE; }
a { background-color: rgb(29,223,238); }
div.DivClassName
{
background-color: #1DDFEE;
}
.BgClassName
{
background-color: #1DDFEE;
}
</style>
border-color css
<style>
span { border-color: #1DDFEE; }
span { border-color: rgb(29,223,238); }
td.TdClassName
{
border-color: #1DDFEE;
}
.TagClassName
{
border-color: #1DDFEE;
}
</style>