Shades of Bright Turquoise #1DF8CA
Tints of Bright Turquoise #1DF8CA
RGB
CMYK
RGB Variations
Color information
#1DF8CA (or 0x1DF8CA) is known color: Bright Turquoise. HEX triplet: 1D, F8 and CA. RGB value is (29,248,202). Sum of RGB (Red+Green+Blue) = 29+248+202=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF8CA is #E20735. Grayscale: #B1B1B1. Windows color (decimal): -14812982 or 13301789. OLE color: 13301789.
HSL color Cylindrical-coordinate representation of color #1DF8CA: hue angle of 167.4º 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 #1DF8CA is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 202 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.03 |
| HSL | 167.4º | 0.94% | 0.54% | - |
| HSV(B) | 167.4º | 0.88% | 0.97% | - |
| XYZ | 44.73 | 71.66 | 67.35 | - |
| YUV | 177.28 | 141.95 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 202 | 0.88 | 0 | 0.19 | 0.03 | 167.4 | 0.94 | 0.54 |
| Hex | 1D | F8 | CA | 58 | 0 | 13 | 3 | A7 | 5E | 36 |
| Octal | 35 | 370 | 312 | 130 | 0 | 23 | 3 | 247 | 136 | 66 |
| Binary | 11101 | 11111000 | 11001010 | 1011000 | 0 | 10011 | 11 | 10100111 | 1011110 | 110110 |
Color Harmonies of #1DF8CA
Complementary color
Monochromatic Colors of #1DF8CA
Black with #1DF8CA
Text Example
Text Example
White with #1DF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF8CA; }
p { color: rgb(29,248,202); }
H1.HeaderClassName
{
color: #1DF8CA;
}
.AnyTagClassName
{
color: #1DF8CA;
}
</style>
background-color css
<style>
a { background-color: #1DF8CA; }
a { background-color: rgb(29,248,202); }
div.DivClassName
{
background-color: #1DF8CA;
}
.BgClassName
{
background-color: #1DF8CA;
}
</style>
border-color css
<style>
span { border-color: #1DF8CA; }
span { border-color: rgb(29,248,202); }
td.TdClassName
{
border-color: #1DF8CA;
}
.TagClassName
{
border-color: #1DF8CA;
}
</style>