Shades of Bright Turquoise #1DF5CA
Tints of Bright Turquoise #1DF5CA
RGB
CMYK
RGB Variations
Color information
#1DF5CA (or 0x1DF5CA) is known color: Bright Turquoise. HEX triplet: 1D, F5 and CA. RGB value is (29,245,202). Sum of RGB (Red+Green+Blue) = 29+245+202=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF5CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF5CA is #E20A35. Grayscale: #AFAFAF. Windows color (decimal): -14813750 or 13301021. OLE color: 13301021.
HSL color Cylindrical-coordinate representation of color #1DF5CA: hue angle of 168.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF5CA is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 202 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.04 |
| HSL | 168.06º | 0.92% | 0.54% | - |
| HSV(B) | 168.06º | 0.88% | 0.96% | - |
| XYZ | 43.82 | 69.83 | 67.05 | - |
| YUV | 175.51 | 142.94 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 202 | 0.88 | 0 | 0.18 | 0.04 | 168.06 | 0.92 | 0.54 |
| Hex | 1D | F5 | CA | 58 | 0 | 12 | 4 | A8 | 5C | 36 |
| Octal | 35 | 365 | 312 | 130 | 0 | 22 | 4 | 250 | 134 | 66 |
| Binary | 11101 | 11110101 | 11001010 | 1011000 | 0 | 10010 | 100 | 10101000 | 1011100 | 110110 |
Color Harmonies of #1DF5CA
Complementary color
Monochromatic Colors of #1DF5CA
Black with #1DF5CA
Text Example
Text Example
White with #1DF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF5CA; }
p { color: rgb(29,245,202); }
H1.HeaderClassName
{
color: #1DF5CA;
}
.AnyTagClassName
{
color: #1DF5CA;
}
</style>
background-color css
<style>
a { background-color: #1DF5CA; }
a { background-color: rgb(29,245,202); }
div.DivClassName
{
background-color: #1DF5CA;
}
.BgClassName
{
background-color: #1DF5CA;
}
</style>
border-color css
<style>
span { border-color: #1DF5CA; }
span { border-color: rgb(29,245,202); }
td.TdClassName
{
border-color: #1DF5CA;
}
.TagClassName
{
border-color: #1DF5CA;
}
</style>