Shades of Bright Turquoise #1DF0CA
Tints of Bright Turquoise #1DF0CA
RGB
CMYK
RGB Variations
Color information
#1DF0CA (or 0x1DF0CA) is known color: Bright Turquoise. HEX triplet: 1D, F0 and CA. RGB value is (29,240,202). Sum of RGB (Red+Green+Blue) = 29+240+202=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF0CA is #E20F35. Grayscale: #ACACAC. Windows color (decimal): -14815030 or 13299741. OLE color: 13299741.
HSL color Cylindrical-coordinate representation of color #1DF0CA: hue angle of 169.19º 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 #1DF0CA is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 202 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.06 |
| HSL | 169.19º | 0.88% | 0.53% | - |
| HSV(B) | 169.19º | 0.88% | 0.94% | - |
| XYZ | 42.33 | 66.85 | 66.55 | - |
| YUV | 172.58 | 144.6 | 25.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 202 | 0.88 | 0 | 0.16 | 0.06 | 169.19 | 0.88 | 0.53 |
| Hex | 1D | F0 | CA | 58 | 0 | 10 | 6 | A9 | 58 | 35 |
| Octal | 35 | 360 | 312 | 130 | 0 | 20 | 6 | 251 | 130 | 65 |
| Binary | 11101 | 11110000 | 11001010 | 1011000 | 0 | 10000 | 110 | 10101001 | 1011000 | 110101 |
Color Harmonies of #1DF0CA
Complementary color
Monochromatic Colors of #1DF0CA
Black with #1DF0CA
Text Example
Text Example
White with #1DF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF0CA; }
p { color: rgb(29,240,202); }
H1.HeaderClassName
{
color: #1DF0CA;
}
.AnyTagClassName
{
color: #1DF0CA;
}
</style>
background-color css
<style>
a { background-color: #1DF0CA; }
a { background-color: rgb(29,240,202); }
div.DivClassName
{
background-color: #1DF0CA;
}
.BgClassName
{
background-color: #1DF0CA;
}
</style>
border-color css
<style>
span { border-color: #1DF0CA; }
span { border-color: rgb(29,240,202); }
td.TdClassName
{
border-color: #1DF0CA;
}
.TagClassName
{
border-color: #1DF0CA;
}
</style>