Shades of Bright Turquoise #1FDDCA
Tints of Bright Turquoise #1FDDCA
RGB
CMYK
RGB Variations
Color information
#1FDDCA (or 0x1FDDCA) is known color: Bright Turquoise. HEX triplet: 1F, DD and CA. RGB value is (31,221,202). Sum of RGB (Red+Green+Blue) = 31+221+202=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDCA is #E02235. Grayscale: #A1A1A1. Windows color (decimal): -14688822 or 13294879. OLE color: 13294879.
HSL color Cylindrical-coordinate representation of color #1FDDCA: hue angle of 174º 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 #1FDDCA is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 202 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.13 |
| HSL | 174º | 0.75% | 0.49% | - |
| HSV(B) | 174º | 0.86% | 0.87% | - |
| XYZ | 37.08 | 56.27 | 64.78 | - |
| YUV | 162.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 202 | 0.86 | 0 | 0.09 | 0.13 | 174 | 0.75 | 0.49 |
| Hex | 1F | DD | CA | 56 | 0 | 9 | D | AE | 4B | 31 |
| Octal | 37 | 335 | 312 | 126 | 0 | 11 | 15 | 256 | 113 | 61 |
| Binary | 11111 | 11011101 | 11001010 | 1010110 | 0 | 1001 | 1101 | 10101110 | 1001011 | 110001 |
Color Harmonies of #1FDDCA
Complementary color
Monochromatic Colors of #1FDDCA
Black with #1FDDCA
Text Example
Text Example
White with #1FDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDCA; }
p { color: rgb(31,221,202); }
H1.HeaderClassName
{
color: #1FDDCA;
}
.AnyTagClassName
{
color: #1FDDCA;
}
</style>
background-color css
<style>
a { background-color: #1FDDCA; }
a { background-color: rgb(31,221,202); }
div.DivClassName
{
background-color: #1FDDCA;
}
.BgClassName
{
background-color: #1FDDCA;
}
</style>
border-color css
<style>
span { border-color: #1FDDCA; }
span { border-color: rgb(31,221,202); }
td.TdClassName
{
border-color: #1FDDCA;
}
.TagClassName
{
border-color: #1FDDCA;
}
</style>