#19CBDC

Color #19CBDC Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #19CBDC

Tints of Dark Turquoise #19CBDC

Color information

#19CBDC (or 0x19CBDC) is unknown color: approx Dark Turquoise. HEX triplet: 19, CB and DC. RGB value is (25,203,220). Sum of RGB (Red+Green+Blue) = 25+203+220=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #19CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBDC is #E63423. Grayscale: #979797. Windows color (decimal): -15086628 or 14469913. OLE color: 14469913.

HSL color Cylindrical-coordinate representation of color #19CBDC: hue angle of 185.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CBDC is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25203220-
CMYK0.890.0800.14
HSL185.23º79.59%48.04%-
HSV(B)185.23º88.64%86.27%-
XYZ34.6848.0975.16-
YUV151.72166.5337.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 5.58%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 220 (86.33% from 255) = 49.11%
R=5.58%
G=45.31%
B=49.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal252032200.890.0800.14185.2379.5948.04
Hex19CBDC5980Eb95030
Octal313133341311001627112060
Binary1100111001011110111001011001100001110101110011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19CBDC; }

 p { color: rgb(25,203,220); }

 H1.HeaderClassName
 {
   color: #19CBDC;
 }
 .AnyTagClassName
 {
   color: #19CBDC;
 }
</style>
background-color css

<style>
 a { background-color: #19CBDC; }

 a { background-color: rgb(25,203,220); }

 div.DivClassName
 {
   background-color: #19CBDC;
 }
 .BgClassName
 {
   background-color: #19CBDC;
 }
</style>
border-color css

<style>
 span { border-color: #19CBDC; }

 span { border-color: rgb(25,203,220); }

 td.TdClassName
 {
   border-color: #19CBDC;
 }
 .TagClassName
 {
   border-color: #19CBDC;
 }
</style>