Shades of Bright Turquoise #1FDCDB
Tints of Bright Turquoise #1FDCDB
RGB
CMYK
RGB Variations
Color information
#1FDCDB (or 0x1FDCDB) is known color: Bright Turquoise. HEX triplet: 1F, DC and DB. RGB value is (31,220,219). Sum of RGB (Red+Green+Blue) = 31+220+219=470 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.60% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDCDB is #E02324. Grayscale: #A3A3A3. Windows color (decimal): -14689061 or 14408735. OLE color: 14408735.
HSL color Cylindrical-coordinate representation of color #1FDCDB: hue angle of 179.68º 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 #1FDCDB is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 219 | - |
| CMYK | 0.86 | 0 | 0.00 | 0.14 |
| HSL | 179.68º | 0.75% | 0.49% | - |
| HSV(B) | 179.68º | 0.86% | 0.86% | - |
| XYZ | 38.94 | 56.59 | 75.89 | - |
| YUV | 163.38 | 159.38 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 219 | 0.86 | 0 | 0.00 | 0.14 | 179.68 | 0.75 | 0.49 |
| Hex | 1F | DC | DB | 56 | 0 | 0 | E | B4 | 4B | 31 |
| Octal | 37 | 334 | 333 | 126 | 0 | 0 | 16 | 264 | 113 | 61 |
| Binary | 11111 | 11011100 | 11011011 | 1010110 | 0 | 0 | 1110 | 10110100 | 1001011 | 110001 |
Color Harmonies of #1FDCDB
Complementary color
Monochromatic Colors of #1FDCDB
Black with #1FDCDB
Text Example
Text Example
White with #1FDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDCDB; }
p { color: rgb(31,220,219); }
H1.HeaderClassName
{
color: #1FDCDB;
}
.AnyTagClassName
{
color: #1FDCDB;
}
</style>
background-color css
<style>
a { background-color: #1FDCDB; }
a { background-color: rgb(31,220,219); }
div.DivClassName
{
background-color: #1FDCDB;
}
.BgClassName
{
background-color: #1FDCDB;
}
</style>
border-color css
<style>
span { border-color: #1FDCDB; }
span { border-color: rgb(31,220,219); }
td.TdClassName
{
border-color: #1FDCDB;
}
.TagClassName
{
border-color: #1FDCDB;
}
</style>