#19DCDC

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

Shades of Bright Turquoise #19DCDC

Tints of Bright Turquoise #19DCDC

Color information

#19DCDC (or 0x19DCDC) is unknown color: approx Bright Turquoise. HEX triplet: 19, DC and DC. RGB value is (25,220,220). Sum of RGB (Red+Green+Blue) = 25+220+220=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #19DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCDC is #E62323. Grayscale: #A1A1A1. Windows color (decimal): -15082276 or 14474265. OLE color: 14474265.

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

Color convert

RGB25220220-
CMYK0.89000.14
HSL180º79.59%48.04%-
HSV(B)180º88.64%86.27%-
XYZ38.9156.5676.58-
YUV161.7160.930.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.38%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=5.38%
G=47.31%
B=47.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal252202200.89000.1418079.5948.04
Hex19DCDC5900Eb45030
Octal31334334131001626412060
Binary1100111011100110111001011001001110101101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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