Shades of Bright Turquoise #1FDBDB
Tints of Bright Turquoise #1FDBDB
RGB
CMYK
RGB Variations
Color information
#1FDBDB (or 0x1FDBDB) is known color: Bright Turquoise. HEX triplet: 1F, DB and DB. RGB value is (31,219,219). Sum of RGB (Red+Green+Blue) = 31+219+219=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #1FDBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDBDB is #E02424. Grayscale: #A2A2A2. Windows color (decimal): -14689317 or 14408479. OLE color: 14408479.
HSL color Cylindrical-coordinate representation of color #1FDBDB: hue angle of 180º 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 #1FDBDB is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 31 | 219 | 219 | - |
CMYK | 0.86 | 0 | 0 | 0.14 |
HSL | 180º | 0.75% | 0.49% | - |
HSV(B) | 180º | 0.86% | 0.86% | - |
XYZ | 38.68 | 56.07 | 75.8 | - |
YUV | 162.79 | 159.72 | 34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 219 | 219 | 0.86 | 0 | 0 | 0.14 | 180 | 0.75 | 0.49 |
Hex | 1F | DB | DB | 56 | 0 | 0 | E | B4 | 4B | 31 |
Octal | 37 | 333 | 333 | 126 | 0 | 0 | 16 | 264 | 113 | 61 |
Binary | 11111 | 11011011 | 11011011 | 1010110 | 0 | 0 | 1110 | 10110100 | 1001011 | 110001 |
Color Harmonies of #1FDBDB
Complementary color
Monochromatic Colors of #1FDBDB
Black with #1FDBDB
Text Example
Text Example
White with #1FDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBDB; }
p { color: rgb(31,219,219); }
H1.HeaderClassName
{
color: #1FDBDB;
}
.AnyTagClassName
{
color: #1FDBDB;
}
</style>
background-color css
<style>
a { background-color: #1FDBDB; }
a { background-color: rgb(31,219,219); }
div.DivClassName
{
background-color: #1FDBDB;
}
.BgClassName
{
background-color: #1FDBDB;
}
</style>
border-color css
<style>
span { border-color: #1FDBDB; }
span { border-color: rgb(31,219,219); }
td.TdClassName
{
border-color: #1FDBDB;
}
.TagClassName
{
border-color: #1FDBDB;
}
</style>