Shades of Bright Turquoise #1FFDDB
Tints of Bright Turquoise #1FFDDB
RGB
CMYK
RGB Variations
Color information
#1FFDDB (or 0x1FFDDB) is known color: Bright Turquoise. HEX triplet: 1F, FD and DB. RGB value is (31,253,219). Sum of RGB (Red+Green+Blue) = 31+253+219=503 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.16% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDDB is #E00224. Grayscale: #B6B6B6. Windows color (decimal): -14680613 or 14417183. OLE color: 14417183.
HSL color Cylindrical-coordinate representation of color #1FFDDB: hue angle of 170.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDDB is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 219 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 170.81º | 0.98% | 0.56% | - |
| HSV(B) | 170.81º | 0.88% | 0.99% | - |
| XYZ | 48.48 | 75.66 | 79.07 | - |
| YUV | 182.75 | 148.45 | 19.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 219 | 0.88 | 0 | 0.13 | 0.01 | 170.81 | 0.98 | 0.56 |
| Hex | 1F | FD | DB | 58 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 37 | 375 | 333 | 130 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 11111 | 11111101 | 11011011 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #1FFDDB
Complementary color
Monochromatic Colors of #1FFDDB
Black with #1FFDDB
Text Example
Text Example
White with #1FFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDDB; }
p { color: rgb(31,253,219); }
H1.HeaderClassName
{
color: #1FFDDB;
}
.AnyTagClassName
{
color: #1FFDDB;
}
</style>
background-color css
<style>
a { background-color: #1FFDDB; }
a { background-color: rgb(31,253,219); }
div.DivClassName
{
background-color: #1FFDDB;
}
.BgClassName
{
background-color: #1FFDDB;
}
</style>
border-color css
<style>
span { border-color: #1FFDDB; }
span { border-color: rgb(31,253,219); }
td.TdClassName
{
border-color: #1FFDDB;
}
.TagClassName
{
border-color: #1FFDDB;
}
</style>