Shades of Dark Turquoise #1FCEDD
Tints of Dark Turquoise #1FCEDD
RGB
CMYK
RGB Variations
Color information
#1FCEDD (or 0x1FCEDD) is known color: Dark Turquoise. HEX triplet: 1F, CE and DD. RGB value is (31,206,221). Sum of RGB (Red+Green+Blue) = 31+206+221=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEDD is #E03122. Grayscale: #9B9B9B. Windows color (decimal): -14692643 or 14536223. OLE color: 14536223.
HSL color Cylindrical-coordinate representation of color #1FCEDD: hue angle of 184.74º 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 #1FCEDD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 206 | 221 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 184.74º | 0.75% | 0.49% | - |
| HSV(B) | 184.74º | 0.86% | 0.87% | - |
| XYZ | 35.69 | 49.65 | 76.11 | - |
| YUV | 155.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 221 | 0.86 | 0.07 | 0 | 0.13 | 184.74 | 0.75 | 0.49 |
| Hex | 1F | CE | DD | 56 | 7 | 0 | D | B9 | 4B | 31 |
| Octal | 37 | 316 | 335 | 126 | 7 | 0 | 15 | 271 | 113 | 61 |
| Binary | 11111 | 11001110 | 11011101 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001011 | 110001 |
Color Harmonies of #1FCEDD
Complementary color
Monochromatic Colors of #1FCEDD
Black with #1FCEDD
Text Example
Text Example
White with #1FCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEDD; }
p { color: rgb(31,206,221); }
H1.HeaderClassName
{
color: #1FCEDD;
}
.AnyTagClassName
{
color: #1FCEDD;
}
</style>
background-color css
<style>
a { background-color: #1FCEDD; }
a { background-color: rgb(31,206,221); }
div.DivClassName
{
background-color: #1FCEDD;
}
.BgClassName
{
background-color: #1FCEDD;
}
</style>
border-color css
<style>
span { border-color: #1FCEDD; }
span { border-color: rgb(31,206,221); }
td.TdClassName
{
border-color: #1FCEDD;
}
.TagClassName
{
border-color: #1FCEDD;
}
</style>