Shades of Dark Turquoise #1FCEDA
Tints of Dark Turquoise #1FCEDA
RGB
CMYK
RGB Variations
Color information
#1FCEDA (or 0x1FCEDA) is known color: Dark Turquoise. HEX triplet: 1F, CE and DA. RGB value is (31,206,218). Sum of RGB (Red+Green+Blue) = 31+206+218=455 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.81% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FCEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEDA is #E03125. Grayscale: #9A9A9A. Windows color (decimal): -14692646 or 14339615. OLE color: 14339615.
HSL color Cylindrical-coordinate representation of color #1FCEDA: hue angle of 183.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCEDA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 206 | 218 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.15 |
| HSL | 183.85º | 0.75% | 0.49% | - |
| HSV(B) | 183.85º | 0.86% | 0.85% | - |
| XYZ | 35.29 | 49.5 | 74.02 | - |
| YUV | 155.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 218 | 0.86 | 0.06 | 0 | 0.15 | 183.85 | 0.75 | 0.49 |
| Hex | 1F | CE | DA | 56 | 6 | 0 | F | B8 | 4B | 31 |
| Octal | 37 | 316 | 332 | 126 | 6 | 0 | 17 | 270 | 113 | 61 |
| Binary | 11111 | 11001110 | 11011010 | 1010110 | 110 | 0 | 1111 | 10111000 | 1001011 | 110001 |
Color Harmonies of #1FCEDA
Complementary color
Monochromatic Colors of #1FCEDA
Black with #1FCEDA
Text Example
Text Example
White with #1FCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEDA; }
p { color: rgb(31,206,218); }
H1.HeaderClassName
{
color: #1FCEDA;
}
.AnyTagClassName
{
color: #1FCEDA;
}
</style>
background-color css
<style>
a { background-color: #1FCEDA; }
a { background-color: rgb(31,206,218); }
div.DivClassName
{
background-color: #1FCEDA;
}
.BgClassName
{
background-color: #1FCEDA;
}
</style>
border-color css
<style>
span { border-color: #1FCEDA; }
span { border-color: rgb(31,206,218); }
td.TdClassName
{
border-color: #1FCEDA;
}
.TagClassName
{
border-color: #1FCEDA;
}
</style>