#19c4d1

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

Shades of Dark Turquoise #19C4D1

Tints of Dark Turquoise #19C4D1

Color information

#19C4D1 (or 0x19C4D1) is unknown color: approx Dark Turquoise. HEX triplet: 19, C4 and D1. RGB value is (25,196,209). Sum of RGB (Red+Green+Blue) = 25+196+209=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #19C4D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C4D1 is #E63B2E. Grayscale: #929292. Windows color (decimal): -15088431 or 13747225. OLE color: 13747225.

HSL color Cylindrical-coordinate representation of color #19C4D1: hue angle of 184.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C4D1 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB25196209-
CMYK0.880.0600.18
HSL184.24º78.63%45.88%-
HSV(B)184.24º88.04%81.96%-
XYZ31.6544.2967.2-
YUV146.35163.3541.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.81%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=5.81%
G=45.58%
B=48.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal251962090.880.0600.18184.2478.6345.88
Hex19C4D1586012b84f2e
Octal31304321130602227011756
Binary1100111000100110100011011000110010010101110001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19c4d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,196,209); }

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

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

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

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

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

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

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