#19CEDC

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

Shades of Dark Turquoise #19CEDC

Tints of Dark Turquoise #19CEDC

Color information

#19CEDC (or 0x19CEDC) is unknown color: approx Dark Turquoise. HEX triplet: 19, CE and DC. RGB value is (25,206,220). Sum of RGB (Red+Green+Blue) = 25+206+220=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #19CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CEDC is #E63123. Grayscale: #999999. Windows color (decimal): -15085860 or 14470681. OLE color: 14470681.

HSL color Cylindrical-coordinate representation of color #19CEDC: hue angle of 184.31º 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 #19CEDC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25206220-
CMYK0.890.0600.14
HSL184.31º79.59%48.04%-
HSV(B)184.31º88.64%86.27%-
XYZ35.3949.5275.4-
YUV153.48165.5336.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.54%
GREEN value IS 206 (80.86% from 255) = 45.68%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=5.54%
G=45.68%
B=48.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal252062200.890.0600.14184.3179.5948.04
Hex19CEDC5960Eb85030
Octal31316334131601627012060
Binary110011100111011011100101100111001110101110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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