#19DCCB

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

Shades of Bright Turquoise #19DCCB

Tints of Bright Turquoise #19DCCB

Color information

#19DCCB (or 0x19DCCB) is unknown color: approx Bright Turquoise. HEX triplet: 19, DC and CB. RGB value is (25,220,203). Sum of RGB (Red+Green+Blue) = 25+220+203=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCCB is #E62334. Grayscale: #9F9F9F. Windows color (decimal): -15082293 or 13360153. OLE color: 13360153.

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

Color convert

RGB25220203-
CMYK0.8900.080.14
HSL174.77º79.59%48.04%-
HSV(B)174.77º88.64%86.27%-
XYZ36.7755.765.31-
YUV159.76152.431.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal252202030.8900.080.14174.7779.5948.04
Hex19DCCB5908Eaf5030
Octal313343131310101625712060
Binary1100111011100110010111011001010001110101011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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