Shades of Dark Turquoise #19CED6
Tints of Dark Turquoise #19CED6
RGB
CMYK
RGB Variations
Color information
#19CED6 (or 0x19CED6) is known color: Dark Turquoise. HEX triplet: 19, CE and D6. RGB value is (25,206,214). Sum of RGB (Red+Green+Blue) = 25+206+214=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #19CED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CED6 is #E63129. Grayscale: #989898. Windows color (decimal): -15085866 or 14077465. OLE color: 14077465.
HSL color Cylindrical-coordinate representation of color #19CED6: hue angle of 182.54º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CED6 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 206 | 214 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.16 |
| HSL | 182.54º | 0.79% | 0.47% | - |
| HSV(B) | 182.54º | 0.88% | 0.84% | - |
| XYZ | 34.61 | 49.2 | 71.29 | - |
| YUV | 152.79 | 162.53 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 214 | 0.88 | 0.04 | 0 | 0.16 | 182.54 | 0.79 | 0.47 |
| Hex | 19 | CE | D6 | 58 | 4 | 0 | 10 | B7 | 4F | 2F |
| Octal | 31 | 316 | 326 | 130 | 4 | 0 | 20 | 267 | 117 | 57 |
| Binary | 11001 | 11001110 | 11010110 | 1011000 | 100 | 0 | 10000 | 10110111 | 1001111 | 101111 |
Color Harmonies of #19CED6
Complementary color
Monochromatic Colors of #19CED6
Black with #19CED6
Text Example
Text Example
White with #19CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CED6; }
p { color: rgb(25,206,214); }
H1.HeaderClassName
{
color: #19CED6;
}
.AnyTagClassName
{
color: #19CED6;
}
</style>
background-color css
<style>
a { background-color: #19CED6; }
a { background-color: rgb(25,206,214); }
div.DivClassName
{
background-color: #19CED6;
}
.BgClassName
{
background-color: #19CED6;
}
</style>
border-color css
<style>
span { border-color: #19CED6; }
span { border-color: rgb(25,206,214); }
td.TdClassName
{
border-color: #19CED6;
}
.TagClassName
{
border-color: #19CED6;
}
</style>