Shades of Bright Turquoise #1DF7CF
Tints of Bright Turquoise #1DF7CF
RGB
CMYK
RGB Variations
Color information
#1DF7CF (or 0x1DF7CF) is known color: Bright Turquoise. HEX triplet: 1D, F7 and CF. RGB value is (29,247,207). Sum of RGB (Red+Green+Blue) = 29+247+207=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF7CF is #E20830. Grayscale: #B1B1B1. Windows color (decimal): -14813233 or 13629213. OLE color: 13629213.
HSL color Cylindrical-coordinate representation of color #1DF7CF: hue angle of 168.99º 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 #1DF7CF is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 207 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.03 |
| HSL | 168.99º | 0.93% | 0.54% | - |
| HSV(B) | 168.99º | 0.88% | 0.97% | - |
| XYZ | 45.03 | 71.29 | 70.42 | - |
| YUV | 177.26 | 144.78 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 207 | 0.88 | 0 | 0.16 | 0.03 | 168.99 | 0.93 | 0.54 |
| Hex | 1D | F7 | CF | 58 | 0 | 10 | 3 | A9 | 5D | 36 |
| Octal | 35 | 367 | 317 | 130 | 0 | 20 | 3 | 251 | 135 | 66 |
| Binary | 11101 | 11110111 | 11001111 | 1011000 | 0 | 10000 | 11 | 10101001 | 1011101 | 110110 |
Color Harmonies of #1DF7CF
Complementary color
Monochromatic Colors of #1DF7CF
Black with #1DF7CF
Text Example
Text Example
White with #1DF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF7CF; }
p { color: rgb(29,247,207); }
H1.HeaderClassName
{
color: #1DF7CF;
}
.AnyTagClassName
{
color: #1DF7CF;
}
</style>
background-color css
<style>
a { background-color: #1DF7CF; }
a { background-color: rgb(29,247,207); }
div.DivClassName
{
background-color: #1DF7CF;
}
.BgClassName
{
background-color: #1DF7CF;
}
</style>
border-color css
<style>
span { border-color: #1DF7CF; }
span { border-color: rgb(29,247,207); }
td.TdClassName
{
border-color: #1DF7CF;
}
.TagClassName
{
border-color: #1DF7CF;
}
</style>