Shades of Bright Turquoise #1DFFCE
Tints of Bright Turquoise #1DFFCE
RGB
CMYK
RGB Variations
Color information
#1DFFCE (or 0x1DFFCE) is known color: Bright Turquoise. HEX triplet: 1D, FF and CE. RGB value is (29,255,206). Sum of RGB (Red+Green+Blue) = 29+255+206=490 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.92% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFCE is #E20031. Grayscale: #B5B5B5. Windows color (decimal): -14811186 or 13565725. OLE color: 13565725.
HSL color Cylindrical-coordinate representation of color #1DFFCE: hue angle of 166.99º 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 #1DFFCE is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 206 | - |
| CMYK | 0.89 | 0 | 0.19 | 0 |
| HSL | 166.99º | 1% | 0.56% | - |
| HSV(B) | 166.99º | 0.89% | 1% | - |
| XYZ | 47.41 | 76.24 | 70.61 | - |
| YUV | 181.84 | 141.63 | 18.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 206 | 0.89 | 0 | 0.19 | 0 | 166.99 | 1 | 0.56 |
| Hex | 1D | FF | CE | 59 | 0 | 13 | 0 | A7 | 64 | 38 |
| Octal | 35 | 377 | 316 | 131 | 0 | 23 | 0 | 247 | 144 | 70 |
| Binary | 11101 | 11111111 | 11001110 | 1011001 | 0 | 10011 | 0 | 10100111 | 1100100 | 111000 |
Color Harmonies of #1DFFCE
Complementary color
Monochromatic Colors of #1DFFCE
Black with #1DFFCE
Text Example
Text Example
White with #1DFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFCE; }
p { color: rgb(29,255,206); }
H1.HeaderClassName
{
color: #1DFFCE;
}
.AnyTagClassName
{
color: #1DFFCE;
}
</style>
background-color css
<style>
a { background-color: #1DFFCE; }
a { background-color: rgb(29,255,206); }
div.DivClassName
{
background-color: #1DFFCE;
}
.BgClassName
{
background-color: #1DFFCE;
}
</style>
border-color css
<style>
span { border-color: #1DFFCE; }
span { border-color: rgb(29,255,206); }
td.TdClassName
{
border-color: #1DFFCE;
}
.TagClassName
{
border-color: #1DFFCE;
}
</style>