Shades of Bright Turquoise #1DF8DA
Tints of Bright Turquoise #1DF8DA
RGB
CMYK
RGB Variations
Color information
#1DF8DA (or 0x1DF8DA) is known color: Bright Turquoise. HEX triplet: 1D, F8 and DA. RGB value is (29,248,218). Sum of RGB (Red+Green+Blue) = 29+248+218=495 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.86% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF8DA is #E20725. Grayscale: #B2B2B2. Windows color (decimal): -14812966 or 14350365. OLE color: 14350365.
HSL color Cylindrical-coordinate representation of color #1DF8DA: hue angle of 171.78º degrees, saturation: 0.94, 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 #1DF8DA is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 218 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.03 |
| HSL | 171.78º | 0.94% | 0.54% | - |
| HSV(B) | 171.78º | 0.88% | 0.97% | - |
| XYZ | 46.73 | 72.46 | 77.85 | - |
| YUV | 179.1 | 149.95 | 20.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 218 | 0.88 | 0 | 0.12 | 0.03 | 171.78 | 0.94 | 0.54 |
| Hex | 1D | F8 | DA | 58 | 0 | C | 3 | AC | 5E | 36 |
| Octal | 35 | 370 | 332 | 130 | 0 | 14 | 3 | 254 | 136 | 66 |
| Binary | 11101 | 11111000 | 11011010 | 1011000 | 0 | 1100 | 11 | 10101100 | 1011110 | 110110 |
Color Harmonies of #1DF8DA
Complementary color
Monochromatic Colors of #1DF8DA
Black with #1DF8DA
Text Example
Text Example
White with #1DF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF8DA; }
p { color: rgb(29,248,218); }
H1.HeaderClassName
{
color: #1DF8DA;
}
.AnyTagClassName
{
color: #1DF8DA;
}
</style>
background-color css
<style>
a { background-color: #1DF8DA; }
a { background-color: rgb(29,248,218); }
div.DivClassName
{
background-color: #1DF8DA;
}
.BgClassName
{
background-color: #1DF8DA;
}
</style>
border-color css
<style>
span { border-color: #1DF8DA; }
span { border-color: rgb(29,248,218); }
td.TdClassName
{
border-color: #1DF8DA;
}
.TagClassName
{
border-color: #1DF8DA;
}
</style>