Shades of Bright Turquoise #1DFFCB
Tints of Bright Turquoise #1DFFCB
RGB
CMYK
RGB Variations
Color information
#1DFFCB (or 0x1DFFCB) is known color: Bright Turquoise. HEX triplet: 1D, FF and CB. RGB value is (29,255,203). Sum of RGB (Red+Green+Blue) = 29+255+203=487 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.95% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFCB is #E20034. Grayscale: #B5B5B5. Windows color (decimal): -14811189 or 13369117. OLE color: 13369117.
HSL color Cylindrical-coordinate representation of color #1DFFCB: hue angle of 166.19º 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 #1DFFCB is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 203 | - |
| CMYK | 0.89 | 0 | 0.20 | 0 |
| HSL | 166.19º | 1% | 0.56% | - |
| HSV(B) | 166.19º | 0.89% | 1% | - |
| XYZ | 47.05 | 76.09 | 68.71 | - |
| YUV | 181.5 | 140.13 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 203 | 0.89 | 0 | 0.20 | 0 | 166.19 | 1 | 0.56 |
| Hex | 1D | FF | CB | 59 | 0 | 14 | 0 | A6 | 64 | 38 |
| Octal | 35 | 377 | 313 | 131 | 0 | 24 | 0 | 246 | 144 | 70 |
| Binary | 11101 | 11111111 | 11001011 | 1011001 | 0 | 10100 | 0 | 10100110 | 1100100 | 111000 |
Color Harmonies of #1DFFCB
Complementary color
Monochromatic Colors of #1DFFCB
Black with #1DFFCB
Text Example
Text Example
White with #1DFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFCB; }
p { color: rgb(29,255,203); }
H1.HeaderClassName
{
color: #1DFFCB;
}
.AnyTagClassName
{
color: #1DFFCB;
}
</style>
background-color css
<style>
a { background-color: #1DFFCB; }
a { background-color: rgb(29,255,203); }
div.DivClassName
{
background-color: #1DFFCB;
}
.BgClassName
{
background-color: #1DFFCB;
}
</style>
border-color css
<style>
span { border-color: #1DFFCB; }
span { border-color: rgb(29,255,203); }
td.TdClassName
{
border-color: #1DFFCB;
}
.TagClassName
{
border-color: #1DFFCB;
}
</style>