Shades of Bright Turquoise #1DFDEE
Tints of Bright Turquoise #1DFDEE
RGB
CMYK
RGB Variations
Color information
#1DFDEE (or 0x1DFDEE) is known color: Bright Turquoise. HEX triplet: 1D, FD and EE. RGB value is (29,253,238). Sum of RGB (Red+Green+Blue) = 29+253+238=520 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.58% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFDEE is #E20211. Grayscale: #B8B8B8. Windows color (decimal): -14811666 or 15662365. OLE color: 15662365.
HSL color Cylindrical-coordinate representation of color #1DFDEE: hue angle of 175.98º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDEE is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 238 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.01 |
| HSL | 175.98º | 0.98% | 0.55% | - |
| HSV(B) | 175.98º | 0.89% | 0.99% | - |
| XYZ | 51.06 | 76.68 | 93 | - |
| YUV | 184.31 | 158.29 | 17.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 238 | 0.89 | 0 | 0.06 | 0.01 | 175.98 | 0.98 | 0.55 |
| Hex | 1D | FD | EE | 59 | 0 | 6 | 1 | B0 | 62 | 37 |
| Octal | 35 | 375 | 356 | 131 | 0 | 6 | 1 | 260 | 142 | 67 |
| Binary | 11101 | 11111101 | 11101110 | 1011001 | 0 | 110 | 1 | 10110000 | 1100010 | 110111 |
Color Harmonies of #1DFDEE
Complementary color
Monochromatic Colors of #1DFDEE
Black with #1DFDEE
Text Example
Text Example
White with #1DFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDEE; }
p { color: rgb(29,253,238); }
H1.HeaderClassName
{
color: #1DFDEE;
}
.AnyTagClassName
{
color: #1DFDEE;
}
</style>
background-color css
<style>
a { background-color: #1DFDEE; }
a { background-color: rgb(29,253,238); }
div.DivClassName
{
background-color: #1DFDEE;
}
.BgClassName
{
background-color: #1DFDEE;
}
</style>
border-color css
<style>
span { border-color: #1DFDEE; }
span { border-color: rgb(29,253,238); }
td.TdClassName
{
border-color: #1DFDEE;
}
.TagClassName
{
border-color: #1DFDEE;
}
</style>