Shades of Bright Turquoise #1FDFDB
Tints of Bright Turquoise #1FDFDB
RGB
CMYK
RGB Variations
Color information
#1FDFDB (or 0x1FDFDB) is known color: Bright Turquoise. HEX triplet: 1F, DF and DB. RGB value is (31,223,219). Sum of RGB (Red+Green+Blue) = 31+223+219=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #1FDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDFDB is #E02024. Grayscale: #A4A4A4. Windows color (decimal): -14688293 or 14409503. OLE color: 14409503.
HSL color Cylindrical-coordinate representation of color #1FDFDB: hue angle of 178.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDFDB is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 223 | 219 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.13 |
| HSL | 178.75º | 0.76% | 0.5% | - |
| HSV(B) | 178.75º | 0.86% | 0.87% | - |
| XYZ | 39.74 | 58.18 | 76.15 | - |
| YUV | 165.14 | 158.39 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 219 | 0.86 | 0 | 0.02 | 0.13 | 178.75 | 0.76 | 0.5 |
| Hex | 1F | DF | DB | 56 | 0 | 2 | D | B3 | 4C | 32 |
| Octal | 37 | 337 | 333 | 126 | 0 | 2 | 15 | 263 | 114 | 62 |
| Binary | 11111 | 11011111 | 11011011 | 1010110 | 0 | 10 | 1101 | 10110011 | 1001100 | 110010 |
Color Harmonies of #1FDFDB
Complementary color
Monochromatic Colors of #1FDFDB
Black with #1FDFDB
Text Example
Text Example
White with #1FDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFDB; }
p { color: rgb(31,223,219); }
H1.HeaderClassName
{
color: #1FDFDB;
}
.AnyTagClassName
{
color: #1FDFDB;
}
</style>
background-color css
<style>
a { background-color: #1FDFDB; }
a { background-color: rgb(31,223,219); }
div.DivClassName
{
background-color: #1FDFDB;
}
.BgClassName
{
background-color: #1FDFDB;
}
</style>
border-color css
<style>
span { border-color: #1FDFDB; }
span { border-color: rgb(31,223,219); }
td.TdClassName
{
border-color: #1FDFDB;
}
.TagClassName
{
border-color: #1FDFDB;
}
</style>