#19DCDB

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

Shades of Bright Turquoise #19DCDB

Tints of Bright Turquoise #19DCDB

Color information

#19DCDB (or 0x19DCDB) is unknown color: approx Bright Turquoise. HEX triplet: 19, DC and DB. RGB value is (25,220,219). Sum of RGB (Red+Green+Blue) = 25+220+219=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCDB is #E62324. Grayscale: #A1A1A1. Windows color (decimal): -15082277 or 14408729. OLE color: 14408729.

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

Color convert

RGB25220219-
CMYK0.8900.000.14
HSL179.69º79.59%48.04%-
HSV(B)179.69º88.64%86.27%-
XYZ38.7856.5175.88-
YUV161.58160.430.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.39%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=5.39%
G=47.41%
B=47.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal252202190.8900.000.14179.6979.5948.04
Hex19DCDB5900Eb45030
Octal31334333131001626412060
Binary1100111011100110110111011001001110101101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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