Shades of Bright Turquoise #1FDDCC
Tints of Bright Turquoise #1FDDCC
RGB
CMYK
RGB Variations
Color information
#1FDDCC (or 0x1FDDCC) is known color: Bright Turquoise. HEX triplet: 1F, DD and CC. RGB value is (31,221,204). Sum of RGB (Red+Green+Blue) = 31+221+204=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDCC is #E02233. Grayscale: #A2A2A2. Windows color (decimal): -14688820 or 13425951. OLE color: 13425951.
HSL color Cylindrical-coordinate representation of color #1FDDCC: hue angle of 174.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDDCC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 204 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.13 |
| HSL | 174.63º | 0.75% | 0.49% | - |
| HSV(B) | 174.63º | 0.86% | 0.87% | - |
| XYZ | 37.32 | 56.36 | 66.04 | - |
| YUV | 162.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 204 | 0.86 | 0 | 0.08 | 0.13 | 174.63 | 0.75 | 0.49 |
| Hex | 1F | DD | CC | 56 | 0 | 8 | D | AF | 4B | 31 |
| Octal | 37 | 335 | 314 | 126 | 0 | 10 | 15 | 257 | 113 | 61 |
| Binary | 11111 | 11011101 | 11001100 | 1010110 | 0 | 1000 | 1101 | 10101111 | 1001011 | 110001 |
Color Harmonies of #1FDDCC
Complementary color
Monochromatic Colors of #1FDDCC
Black with #1FDDCC
Text Example
Text Example
White with #1FDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDCC; }
p { color: rgb(31,221,204); }
H1.HeaderClassName
{
color: #1FDDCC;
}
.AnyTagClassName
{
color: #1FDDCC;
}
</style>
background-color css
<style>
a { background-color: #1FDDCC; }
a { background-color: rgb(31,221,204); }
div.DivClassName
{
background-color: #1FDDCC;
}
.BgClassName
{
background-color: #1FDDCC;
}
</style>
border-color css
<style>
span { border-color: #1FDDCC; }
span { border-color: rgb(31,221,204); }
td.TdClassName
{
border-color: #1FDDCC;
}
.TagClassName
{
border-color: #1FDDCC;
}
</style>