Shades of Bright Turquoise #1DE0CF
Tints of Bright Turquoise #1DE0CF
RGB
CMYK
RGB Variations
Color information
#1DE0CF (or 0x1DE0CF) is known color: Bright Turquoise. HEX triplet: 1D, E0 and CF. RGB value is (29,224,207). Sum of RGB (Red+Green+Blue) = 29+224+207=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE0CF is #E21F30. Grayscale: #A3A3A3. Windows color (decimal): -14819121 or 13623325. OLE color: 13623325.
HSL color Cylindrical-coordinate representation of color #1DE0CF: hue angle of 174.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE0CF is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 207 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.12 |
| HSL | 174.77º | 0.77% | 0.5% | - |
| HSV(B) | 174.77º | 0.87% | 0.88% | - |
| XYZ | 38.42 | 58.08 | 68.22 | - |
| YUV | 163.76 | 152.4 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 207 | 0.87 | 0 | 0.08 | 0.12 | 174.77 | 0.77 | 0.5 |
| Hex | 1D | E0 | CF | 57 | 0 | 8 | C | AF | 4D | 32 |
| Octal | 35 | 340 | 317 | 127 | 0 | 10 | 14 | 257 | 115 | 62 |
| Binary | 11101 | 11100000 | 11001111 | 1010111 | 0 | 1000 | 1100 | 10101111 | 1001101 | 110010 |
Color Harmonies of #1DE0CF
Complementary color
Monochromatic Colors of #1DE0CF
Black with #1DE0CF
Text Example
Text Example
White with #1DE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE0CF; }
p { color: rgb(29,224,207); }
H1.HeaderClassName
{
color: #1DE0CF;
}
.AnyTagClassName
{
color: #1DE0CF;
}
</style>
background-color css
<style>
a { background-color: #1DE0CF; }
a { background-color: rgb(29,224,207); }
div.DivClassName
{
background-color: #1DE0CF;
}
.BgClassName
{
background-color: #1DE0CF;
}
</style>
border-color css
<style>
span { border-color: #1DE0CF; }
span { border-color: rgb(29,224,207); }
td.TdClassName
{
border-color: #1DE0CF;
}
.TagClassName
{
border-color: #1DE0CF;
}
</style>