Shades of Bright Turquoise #1FDDD4
Tints of Bright Turquoise #1FDDD4
RGB
CMYK
RGB Variations
Color information
#1FDDD4 (or 0x1FDDD4) is known color: Bright Turquoise. HEX triplet: 1F, DD and D4. RGB value is (31,221,212). Sum of RGB (Red+Green+Blue) = 31+221+212=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDD4 is #E0222B. Grayscale: #A3A3A3. Windows color (decimal): -14688812 or 13950239. OLE color: 13950239.
HSL color Cylindrical-coordinate representation of color #1FDDD4: hue angle of 177.16º 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 #1FDDD4 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 212 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.13 |
| HSL | 177.16º | 0.75% | 0.49% | - |
| HSV(B) | 177.16º | 0.86% | 0.87% | - |
| XYZ | 38.31 | 56.76 | 71.22 | - |
| YUV | 163.16 | 155.55 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 212 | 0.86 | 0 | 0.04 | 0.13 | 177.16 | 0.75 | 0.49 |
| Hex | 1F | DD | D4 | 56 | 0 | 4 | D | B1 | 4B | 31 |
| Octal | 37 | 335 | 324 | 126 | 0 | 4 | 15 | 261 | 113 | 61 |
| Binary | 11111 | 11011101 | 11010100 | 1010110 | 0 | 100 | 1101 | 10110001 | 1001011 | 110001 |
Color Harmonies of #1FDDD4
Complementary color
Monochromatic Colors of #1FDDD4
Black with #1FDDD4
Text Example
Text Example
White with #1FDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDD4; }
p { color: rgb(31,221,212); }
H1.HeaderClassName
{
color: #1FDDD4;
}
.AnyTagClassName
{
color: #1FDDD4;
}
</style>
background-color css
<style>
a { background-color: #1FDDD4; }
a { background-color: rgb(31,221,212); }
div.DivClassName
{
background-color: #1FDDD4;
}
.BgClassName
{
background-color: #1FDDD4;
}
</style>
border-color css
<style>
span { border-color: #1FDDD4; }
span { border-color: rgb(31,221,212); }
td.TdClassName
{
border-color: #1FDDD4;
}
.TagClassName
{
border-color: #1FDDD4;
}
</style>