Shades of Bright Turquoise #1FDBCB
Tints of Bright Turquoise #1FDBCB
RGB
CMYK
RGB Variations
Color information
#1FDBCB (or 0x1FDBCB) is known color: Bright Turquoise. HEX triplet: 1F, DB and CB. RGB value is (31,219,203). Sum of RGB (Red+Green+Blue) = 31+219+203=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDBCB is #E02434. Grayscale: #A0A0A0. Windows color (decimal): -14689333 or 13359903. OLE color: 13359903.
HSL color Cylindrical-coordinate representation of color #1FDBCB: hue angle of 174.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDBCB is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 203 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.14 |
| HSL | 174.89º | 0.75% | 0.49% | - |
| HSV(B) | 174.89º | 0.86% | 0.86% | - |
| XYZ | 36.68 | 55.27 | 65.23 | - |
| YUV | 160.96 | 151.72 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 203 | 0.86 | 0 | 0.07 | 0.14 | 174.89 | 0.75 | 0.49 |
| Hex | 1F | DB | CB | 56 | 0 | 7 | E | AF | 4B | 31 |
| Octal | 37 | 333 | 313 | 126 | 0 | 7 | 16 | 257 | 113 | 61 |
| Binary | 11111 | 11011011 | 11001011 | 1010110 | 0 | 111 | 1110 | 10101111 | 1001011 | 110001 |
Color Harmonies of #1FDBCB
Complementary color
Monochromatic Colors of #1FDBCB
Black with #1FDBCB
Text Example
Text Example
White with #1FDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBCB; }
p { color: rgb(31,219,203); }
H1.HeaderClassName
{
color: #1FDBCB;
}
.AnyTagClassName
{
color: #1FDBCB;
}
</style>
background-color css
<style>
a { background-color: #1FDBCB; }
a { background-color: rgb(31,219,203); }
div.DivClassName
{
background-color: #1FDBCB;
}
.BgClassName
{
background-color: #1FDBCB;
}
</style>
border-color css
<style>
span { border-color: #1FDBCB; }
span { border-color: rgb(31,219,203); }
td.TdClassName
{
border-color: #1FDBCB;
}
.TagClassName
{
border-color: #1FDBCB;
}
</style>