Shades of Bright Turquoise #1DF9EE
Tints of Bright Turquoise #1DF9EE
RGB
CMYK
RGB Variations
Color information
#1DF9EE (or 0x1DF9EE) is known color: Bright Turquoise. HEX triplet: 1D, F9 and EE. RGB value is (29,249,238). Sum of RGB (Red+Green+Blue) = 29+249+238=516 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.62% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF9EE is #E20611. Grayscale: #B5B5B5. Windows color (decimal): -14812690 or 15661341. OLE color: 15661341.
HSL color Cylindrical-coordinate representation of color #1DF9EE: hue angle of 177º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF9EE is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 238 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.02 |
| HSL | 177º | 0.95% | 0.55% | - |
| HSV(B) | 177º | 0.88% | 0.98% | - |
| XYZ | 49.81 | 74.19 | 92.58 | - |
| YUV | 181.97 | 159.61 | 18.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 238 | 0.88 | 0 | 0.04 | 0.02 | 177 | 0.95 | 0.55 |
| Hex | 1D | F9 | EE | 58 | 0 | 4 | 2 | B1 | 5F | 37 |
| Octal | 35 | 371 | 356 | 130 | 0 | 4 | 2 | 261 | 137 | 67 |
| Binary | 11101 | 11111001 | 11101110 | 1011000 | 0 | 100 | 10 | 10110001 | 1011111 | 110111 |
Color Harmonies of #1DF9EE
Complementary color
Monochromatic Colors of #1DF9EE
Black with #1DF9EE
Text Example
Text Example
White with #1DF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9EE; }
p { color: rgb(29,249,238); }
H1.HeaderClassName
{
color: #1DF9EE;
}
.AnyTagClassName
{
color: #1DF9EE;
}
</style>
background-color css
<style>
a { background-color: #1DF9EE; }
a { background-color: rgb(29,249,238); }
div.DivClassName
{
background-color: #1DF9EE;
}
.BgClassName
{
background-color: #1DF9EE;
}
</style>
border-color css
<style>
span { border-color: #1DF9EE; }
span { border-color: rgb(29,249,238); }
td.TdClassName
{
border-color: #1DF9EE;
}
.TagClassName
{
border-color: #1DF9EE;
}
</style>