Shades of Bright Turquoise #1DF0E6
Tints of Bright Turquoise #1DF0E6
RGB
CMYK
RGB Variations
Color information
#1DF0E6 (or 0x1DF0E6) is known color: Bright Turquoise. HEX triplet: 1D, F0 and E6. RGB value is (29,240,230). Sum of RGB (Red+Green+Blue) = 29+240+230=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF0E6 is #E20F19. Grayscale: #AFAFAF. Windows color (decimal): -14815002 or 15134749. OLE color: 15134749.
HSL color Cylindrical-coordinate representation of color #1DF0E6: hue angle of 177.16º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF0E6 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 230 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.06 |
| HSL | 177.16º | 0.88% | 0.53% | - |
| HSV(B) | 177.16º | 0.88% | 0.94% | - |
| XYZ | 45.95 | 68.29 | 85.62 | - |
| YUV | 175.77 | 158.6 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 230 | 0.88 | 0 | 0.04 | 0.06 | 177.16 | 0.88 | 0.53 |
| Hex | 1D | F0 | E6 | 58 | 0 | 4 | 6 | B1 | 58 | 35 |
| Octal | 35 | 360 | 346 | 130 | 0 | 4 | 6 | 261 | 130 | 65 |
| Binary | 11101 | 11110000 | 11100110 | 1011000 | 0 | 100 | 110 | 10110001 | 1011000 | 110101 |
Color Harmonies of #1DF0E6
Complementary color
Monochromatic Colors of #1DF0E6
Black with #1DF0E6
Text Example
Text Example
White with #1DF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF0E6; }
p { color: rgb(29,240,230); }
H1.HeaderClassName
{
color: #1DF0E6;
}
.AnyTagClassName
{
color: #1DF0E6;
}
</style>
background-color css
<style>
a { background-color: #1DF0E6; }
a { background-color: rgb(29,240,230); }
div.DivClassName
{
background-color: #1DF0E6;
}
.BgClassName
{
background-color: #1DF0E6;
}
</style>
border-color css
<style>
span { border-color: #1DF0E6; }
span { border-color: rgb(29,240,230); }
td.TdClassName
{
border-color: #1DF0E6;
}
.TagClassName
{
border-color: #1DF0E6;
}
</style>