Shades of Dark Turquoise #19CBDF
Tints of Dark Turquoise #19CBDF
RGB
CMYK
RGB Variations
Color information
#19CBDF (or 0x19CBDF) is known color: Dark Turquoise. HEX triplet: 19, CB and DF. RGB value is (25,203,223). Sum of RGB (Red+Green+Blue) = 25+203+223=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #19CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBDF is #E63420. Grayscale: #979797. Windows color (decimal): -15086625 or 14666521. OLE color: 14666521.
HSL color Cylindrical-coordinate representation of color #19CBDF: hue angle of 186.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CBDF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 203 | 223 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.13 |
| HSL | 186.06º | 0.8% | 0.49% | - |
| HSV(B) | 186.06º | 0.89% | 0.87% | - |
| XYZ | 35.08 | 48.25 | 77.28 | - |
| YUV | 152.06 | 168.03 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 223 | 0.89 | 0.09 | 0 | 0.13 | 186.06 | 0.8 | 0.49 |
| Hex | 19 | CB | DF | 59 | 9 | 0 | D | BA | 50 | 31 |
| Octal | 31 | 313 | 337 | 131 | 11 | 0 | 15 | 272 | 120 | 61 |
| Binary | 11001 | 11001011 | 11011111 | 1011001 | 1001 | 0 | 1101 | 10111010 | 1010000 | 110001 |
Color Harmonies of #19CBDF
Complementary color
Monochromatic Colors of #19CBDF
Black with #19CBDF
Text Example
Text Example
White with #19CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBDF; }
p { color: rgb(25,203,223); }
H1.HeaderClassName
{
color: #19CBDF;
}
.AnyTagClassName
{
color: #19CBDF;
}
</style>
background-color css
<style>
a { background-color: #19CBDF; }
a { background-color: rgb(25,203,223); }
div.DivClassName
{
background-color: #19CBDF;
}
.BgClassName
{
background-color: #19CBDF;
}
</style>
border-color css
<style>
span { border-color: #19CBDF; }
span { border-color: rgb(25,203,223); }
td.TdClassName
{
border-color: #19CBDF;
}
.TagClassName
{
border-color: #19CBDF;
}
</style>