Shades of Bright Turquoise #1DF9EF
Tints of Bright Turquoise #1DF9EF
RGB
CMYK
RGB Variations
Color information
#1DF9EF (or 0x1DF9EF) is known color: Bright Turquoise. HEX triplet: 1D, F9 and EF. RGB value is (29,249,239). Sum of RGB (Red+Green+Blue) = 29+249+239=517 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.61% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF9EF is #E20610. Grayscale: #B5B5B5. Windows color (decimal): -14812689 or 15726877. OLE color: 15726877.
HSL color Cylindrical-coordinate representation of color #1DF9EF: hue angle of 177.27º 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 #1DF9EF is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 239 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.02 |
| HSL | 177.27º | 0.95% | 0.55% | - |
| HSV(B) | 177.27º | 0.88% | 0.98% | - |
| XYZ | 49.96 | 74.24 | 93.36 | - |
| YUV | 182.08 | 160.11 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 239 | 0.88 | 0 | 0.04 | 0.02 | 177.27 | 0.95 | 0.55 |
| Hex | 1D | F9 | EF | 58 | 0 | 4 | 2 | B1 | 5F | 37 |
| Octal | 35 | 371 | 357 | 130 | 0 | 4 | 2 | 261 | 137 | 67 |
| Binary | 11101 | 11111001 | 11101111 | 1011000 | 0 | 100 | 10 | 10110001 | 1011111 | 110111 |
Color Harmonies of #1DF9EF
Complementary color
Monochromatic Colors of #1DF9EF
Black with #1DF9EF
Text Example
Text Example
White with #1DF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9EF; }
p { color: rgb(29,249,239); }
H1.HeaderClassName
{
color: #1DF9EF;
}
.AnyTagClassName
{
color: #1DF9EF;
}
</style>
background-color css
<style>
a { background-color: #1DF9EF; }
a { background-color: rgb(29,249,239); }
div.DivClassName
{
background-color: #1DF9EF;
}
.BgClassName
{
background-color: #1DF9EF;
}
</style>
border-color css
<style>
span { border-color: #1DF9EF; }
span { border-color: rgb(29,249,239); }
td.TdClassName
{
border-color: #1DF9EF;
}
.TagClassName
{
border-color: #1DF9EF;
}
</style>