Shades of Bright Turquoise #1DF7CA
Tints of Bright Turquoise #1DF7CA
RGB
CMYK
RGB Variations
Color information
#1DF7CA (or 0x1DF7CA) is known color: Bright Turquoise. HEX triplet: 1D, F7 and CA. RGB value is (29,247,202). Sum of RGB (Red+Green+Blue) = 29+247+202=478 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.07% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF7CA is #E20835. Grayscale: #B0B0B0. Windows color (decimal): -14813238 or 13301533. OLE color: 13301533.
HSL color Cylindrical-coordinate representation of color #1DF7CA: hue angle of 167.61º degrees, saturation: 0.93, 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 #1DF7CA is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 202 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.03 |
| HSL | 167.61º | 0.93% | 0.54% | - |
| HSV(B) | 167.61º | 0.88% | 0.97% | - |
| XYZ | 44.43 | 71.05 | 67.25 | - |
| YUV | 176.69 | 142.28 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 202 | 0.88 | 0 | 0.18 | 0.03 | 167.61 | 0.93 | 0.54 |
| Hex | 1D | F7 | CA | 58 | 0 | 12 | 3 | A8 | 5D | 36 |
| Octal | 35 | 367 | 312 | 130 | 0 | 22 | 3 | 250 | 135 | 66 |
| Binary | 11101 | 11110111 | 11001010 | 1011000 | 0 | 10010 | 11 | 10101000 | 1011101 | 110110 |
Color Harmonies of #1DF7CA
Complementary color
Monochromatic Colors of #1DF7CA
Black with #1DF7CA
Text Example
Text Example
White with #1DF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF7CA; }
p { color: rgb(29,247,202); }
H1.HeaderClassName
{
color: #1DF7CA;
}
.AnyTagClassName
{
color: #1DF7CA;
}
</style>
background-color css
<style>
a { background-color: #1DF7CA; }
a { background-color: rgb(29,247,202); }
div.DivClassName
{
background-color: #1DF7CA;
}
.BgClassName
{
background-color: #1DF7CA;
}
</style>
border-color css
<style>
span { border-color: #1DF7CA; }
span { border-color: rgb(29,247,202); }
td.TdClassName
{
border-color: #1DF7CA;
}
.TagClassName
{
border-color: #1DF7CA;
}
</style>