Shades of Bright Turquoise #1FDDD5
Tints of Bright Turquoise #1FDDD5
RGB
CMYK
RGB Variations
Color information
#1FDDD5 (or 0x1FDDD5) is known color: Bright Turquoise. HEX triplet: 1F, DD and D5. RGB value is (31,221,213). Sum of RGB (Red+Green+Blue) = 31+221+213=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDD5 is #E0222A. Grayscale: #A3A3A3. Windows color (decimal): -14688811 or 14015775. OLE color: 14015775.
HSL color Cylindrical-coordinate representation of color #1FDDD5: hue angle of 177.47º 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 #1FDDD5 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 213 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.13 |
| HSL | 177.47º | 0.75% | 0.49% | - |
| HSV(B) | 177.47º | 0.86% | 0.87% | - |
| XYZ | 38.43 | 56.81 | 71.89 | - |
| YUV | 163.28 | 156.05 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 213 | 0.86 | 0 | 0.04 | 0.13 | 177.47 | 0.75 | 0.49 |
| Hex | 1F | DD | D5 | 56 | 0 | 4 | D | B1 | 4B | 31 |
| Octal | 37 | 335 | 325 | 126 | 0 | 4 | 15 | 261 | 113 | 61 |
| Binary | 11111 | 11011101 | 11010101 | 1010110 | 0 | 100 | 1101 | 10110001 | 1001011 | 110001 |
Color Harmonies of #1FDDD5
Complementary color
Monochromatic Colors of #1FDDD5
Black with #1FDDD5
Text Example
Text Example
White with #1FDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDD5; }
p { color: rgb(31,221,213); }
H1.HeaderClassName
{
color: #1FDDD5;
}
.AnyTagClassName
{
color: #1FDDD5;
}
</style>
background-color css
<style>
a { background-color: #1FDDD5; }
a { background-color: rgb(31,221,213); }
div.DivClassName
{
background-color: #1FDDD5;
}
.BgClassName
{
background-color: #1FDDD5;
}
</style>
border-color css
<style>
span { border-color: #1FDDD5; }
span { border-color: rgb(31,221,213); }
td.TdClassName
{
border-color: #1FDDD5;
}
.TagClassName
{
border-color: #1FDDD5;
}
</style>