Shades of Bright Turquoise #1FFDDC
Tints of Bright Turquoise #1FFDDC
RGB
CMYK
RGB Variations
Color information
#1FFDDC (or 0x1FFDDC) is known color: Bright Turquoise. HEX triplet: 1F, FD and DC. RGB value is (31,253,220). Sum of RGB (Red+Green+Blue) = 31+253+220=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDDC is #E00223. Grayscale: #B6B6B6. Windows color (decimal): -14680612 or 14482719. OLE color: 14482719.
HSL color Cylindrical-coordinate representation of color #1FFDDC: hue angle of 171.08º 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 #1FFDDC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 220 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 171.08º | 0.98% | 0.56% | - |
| HSV(B) | 171.08º | 0.88% | 0.99% | - |
| XYZ | 48.61 | 75.71 | 79.76 | - |
| YUV | 182.86 | 148.95 | 19.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 220 | 0.88 | 0 | 0.13 | 0.01 | 171.08 | 0.98 | 0.56 |
| Hex | 1F | FD | DC | 58 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 37 | 375 | 334 | 130 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 11111 | 11111101 | 11011100 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #1FFDDC
Complementary color
Monochromatic Colors of #1FFDDC
Black with #1FFDDC
Text Example
Text Example
White with #1FFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDDC; }
p { color: rgb(31,253,220); }
H1.HeaderClassName
{
color: #1FFDDC;
}
.AnyTagClassName
{
color: #1FFDDC;
}
</style>
background-color css
<style>
a { background-color: #1FFDDC; }
a { background-color: rgb(31,253,220); }
div.DivClassName
{
background-color: #1FFDDC;
}
.BgClassName
{
background-color: #1FFDDC;
}
</style>
border-color css
<style>
span { border-color: #1FFDDC; }
span { border-color: rgb(31,253,220); }
td.TdClassName
{
border-color: #1FFDDC;
}
.TagClassName
{
border-color: #1FFDDC;
}
</style>