Shades of Bright Turquoise #1DFECA
Tints of Bright Turquoise #1DFECA
RGB
CMYK
RGB Variations
Color information
#1DFECA (or 0x1DFECA) is known color: Bright Turquoise. HEX triplet: 1D, FE and CA. RGB value is (29,254,202). Sum of RGB (Red+Green+Blue) = 29+254+202=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFECA is #E20135. Grayscale: #B4B4B4. Windows color (decimal): -14811446 or 13303325. OLE color: 13303325.
HSL color Cylindrical-coordinate representation of color #1DFECA: hue angle of 166.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFECA is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 202 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.00 |
| HSL | 166.13º | 0.99% | 0.55% | - |
| HSV(B) | 166.13º | 0.89% | 1% | - |
| XYZ | 46.61 | 75.41 | 67.98 | - |
| YUV | 180.8 | 139.96 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 202 | 0.89 | 0 | 0.20 | 0.00 | 166.13 | 0.99 | 0.55 |
| Hex | 1D | FE | CA | 59 | 0 | 14 | 0 | A6 | 63 | 37 |
| Octal | 35 | 376 | 312 | 131 | 0 | 24 | 0 | 246 | 143 | 67 |
| Binary | 11101 | 11111110 | 11001010 | 1011001 | 0 | 10100 | 0 | 10100110 | 1100011 | 110111 |
Color Harmonies of #1DFECA
Complementary color
Monochromatic Colors of #1DFECA
Black with #1DFECA
Text Example
Text Example
White with #1DFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFECA; }
p { color: rgb(29,254,202); }
H1.HeaderClassName
{
color: #1DFECA;
}
.AnyTagClassName
{
color: #1DFECA;
}
</style>
background-color css
<style>
a { background-color: #1DFECA; }
a { background-color: rgb(29,254,202); }
div.DivClassName
{
background-color: #1DFECA;
}
.BgClassName
{
background-color: #1DFECA;
}
</style>
border-color css
<style>
span { border-color: #1DFECA; }
span { border-color: rgb(29,254,202); }
td.TdClassName
{
border-color: #1DFECA;
}
.TagClassName
{
border-color: #1DFECA;
}
</style>