Shades of Bright Turquoise #1FFDDD
Tints of Bright Turquoise #1FFDDD
RGB
CMYK
RGB Variations
Color information
#1FFDDD (or 0x1FFDDD) is known color: Bright Turquoise. HEX triplet: 1F, FD and DD. RGB value is (31,253,221). Sum of RGB (Red+Green+Blue) = 31+253+221=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDDD is #E00222. Grayscale: #B6B6B6. Windows color (decimal): -14680611 or 14548255. OLE color: 14548255.
HSL color Cylindrical-coordinate representation of color #1FFDDD: hue angle of 171.35º 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 #1FFDDD is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 221 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 171.35º | 0.98% | 0.56% | - |
| HSV(B) | 171.35º | 0.88% | 0.99% | - |
| XYZ | 48.74 | 75.76 | 80.46 | - |
| YUV | 182.97 | 149.45 | 19.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 221 | 0.88 | 0 | 0.13 | 0.01 | 171.35 | 0.98 | 0.56 |
| Hex | 1F | FD | DD | 58 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 37 | 375 | 335 | 130 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 11111 | 11111101 | 11011101 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #1FFDDD
Complementary color
Monochromatic Colors of #1FFDDD
Black with #1FFDDD
Text Example
Text Example
White with #1FFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDDD; }
p { color: rgb(31,253,221); }
H1.HeaderClassName
{
color: #1FFDDD;
}
.AnyTagClassName
{
color: #1FFDDD;
}
</style>
background-color css
<style>
a { background-color: #1FFDDD; }
a { background-color: rgb(31,253,221); }
div.DivClassName
{
background-color: #1FFDDD;
}
.BgClassName
{
background-color: #1FFDDD;
}
</style>
border-color css
<style>
span { border-color: #1FFDDD; }
span { border-color: rgb(31,253,221); }
td.TdClassName
{
border-color: #1FFDDD;
}
.TagClassName
{
border-color: #1FFDDD;
}
</style>