Shades of Bright Turquoise #1DFFCF
Tints of Bright Turquoise #1DFFCF
RGB
CMYK
RGB Variations
Color information
#1DFFCF (or 0x1DFFCF) is known color: Bright Turquoise. HEX triplet: 1D, FF and CF. RGB value is (29,255,207). Sum of RGB (Red+Green+Blue) = 29+255+207=491 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.91% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFCF is #E20030. Grayscale: #B5B5B5. Windows color (decimal): -14811185 or 13631261. OLE color: 13631261.
HSL color Cylindrical-coordinate representation of color #1DFFCF: hue angle of 167.26º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFFCF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 207 | - |
| CMYK | 0.89 | 0 | 0.19 | 0 |
| HSL | 167.26º | 1% | 0.56% | - |
| HSV(B) | 167.26º | 0.89% | 1% | - |
| XYZ | 47.53 | 76.29 | 71.25 | - |
| YUV | 181.95 | 142.13 | 18.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 207 | 0.89 | 0 | 0.19 | 0 | 167.26 | 1 | 0.56 |
| Hex | 1D | FF | CF | 59 | 0 | 13 | 0 | A7 | 64 | 38 |
| Octal | 35 | 377 | 317 | 131 | 0 | 23 | 0 | 247 | 144 | 70 |
| Binary | 11101 | 11111111 | 11001111 | 1011001 | 0 | 10011 | 0 | 10100111 | 1100100 | 111000 |
Color Harmonies of #1DFFCF
Complementary color
Monochromatic Colors of #1DFFCF
Black with #1DFFCF
Text Example
Text Example
White with #1DFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFCF; }
p { color: rgb(29,255,207); }
H1.HeaderClassName
{
color: #1DFFCF;
}
.AnyTagClassName
{
color: #1DFFCF;
}
</style>
background-color css
<style>
a { background-color: #1DFFCF; }
a { background-color: rgb(29,255,207); }
div.DivClassName
{
background-color: #1DFFCF;
}
.BgClassName
{
background-color: #1DFFCF;
}
</style>
border-color css
<style>
span { border-color: #1DFFCF; }
span { border-color: rgb(29,255,207); }
td.TdClassName
{
border-color: #1DFFCF;
}
.TagClassName
{
border-color: #1DFFCF;
}
</style>