Shades of Bright Turquoise #1DF7EE
Tints of Bright Turquoise #1DF7EE
RGB
CMYK
RGB Variations
Color information
#1DF7EE (or 0x1DF7EE) is known color: Bright Turquoise. HEX triplet: 1D, F7 and EE. RGB value is (29,247,238). Sum of RGB (Red+Green+Blue) = 29+247+238=514 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.64% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF7EE is #E20811. Grayscale: #B4B4B4. Windows color (decimal): -14813202 or 15660829. OLE color: 15660829.
HSL color Cylindrical-coordinate representation of color #1DF7EE: hue angle of 177.52º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF7EE is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 238 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.03 |
| HSL | 177.52º | 0.93% | 0.54% | - |
| HSV(B) | 177.52º | 0.88% | 0.97% | - |
| XYZ | 49.2 | 72.96 | 92.38 | - |
| YUV | 180.79 | 160.28 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 238 | 0.88 | 0 | 0.04 | 0.03 | 177.52 | 0.93 | 0.54 |
| Hex | 1D | F7 | EE | 58 | 0 | 4 | 3 | B2 | 5D | 36 |
| Octal | 35 | 367 | 356 | 130 | 0 | 4 | 3 | 262 | 135 | 66 |
| Binary | 11101 | 11110111 | 11101110 | 1011000 | 0 | 100 | 11 | 10110010 | 1011101 | 110110 |
Color Harmonies of #1DF7EE
Complementary color
Monochromatic Colors of #1DF7EE
Black with #1DF7EE
Text Example
Text Example
White with #1DF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF7EE; }
p { color: rgb(29,247,238); }
H1.HeaderClassName
{
color: #1DF7EE;
}
.AnyTagClassName
{
color: #1DF7EE;
}
</style>
background-color css
<style>
a { background-color: #1DF7EE; }
a { background-color: rgb(29,247,238); }
div.DivClassName
{
background-color: #1DF7EE;
}
.BgClassName
{
background-color: #1DF7EE;
}
</style>
border-color css
<style>
span { border-color: #1DF7EE; }
span { border-color: rgb(29,247,238); }
td.TdClassName
{
border-color: #1DF7EE;
}
.TagClassName
{
border-color: #1DF7EE;
}
</style>