Shades of Bright Turquoise #1DF2EB
Tints of Bright Turquoise #1DF2EB
RGB
CMYK
RGB Variations
Color information
#1DF2EB (or 0x1DF2EB) is known color: Bright Turquoise. HEX triplet: 1D, F2 and EB. RGB value is (29,242,235). Sum of RGB (Red+Green+Blue) = 29+242+235=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF2EB is #E20D14. Grayscale: #B1B1B1. Windows color (decimal): -14814485 or 15462941. OLE color: 15462941.
HSL color Cylindrical-coordinate representation of color #1DF2EB: hue angle of 178.03º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF2EB is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 235 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.05 |
| HSL | 178.03º | 0.89% | 0.53% | - |
| HSV(B) | 178.03º | 0.88% | 0.95% | - |
| XYZ | 47.25 | 69.76 | 89.57 | - |
| YUV | 177.52 | 160.43 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 235 | 0.88 | 0 | 0.03 | 0.05 | 178.03 | 0.89 | 0.53 |
| Hex | 1D | F2 | EB | 58 | 0 | 3 | 5 | B2 | 59 | 35 |
| Octal | 35 | 362 | 353 | 130 | 0 | 3 | 5 | 262 | 131 | 65 |
| Binary | 11101 | 11110010 | 11101011 | 1011000 | 0 | 11 | 101 | 10110010 | 1011001 | 110101 |
Color Harmonies of #1DF2EB
Complementary color
Monochromatic Colors of #1DF2EB
Black with #1DF2EB
Text Example
Text Example
White with #1DF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF2EB; }
p { color: rgb(29,242,235); }
H1.HeaderClassName
{
color: #1DF2EB;
}
.AnyTagClassName
{
color: #1DF2EB;
}
</style>
background-color css
<style>
a { background-color: #1DF2EB; }
a { background-color: rgb(29,242,235); }
div.DivClassName
{
background-color: #1DF2EB;
}
.BgClassName
{
background-color: #1DF2EB;
}
</style>
border-color css
<style>
span { border-color: #1DF2EB; }
span { border-color: rgb(29,242,235); }
td.TdClassName
{
border-color: #1DF2EB;
}
.TagClassName
{
border-color: #1DF2EB;
}
</style>