#19CCDA

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

Shades of Dark Turquoise #19CCDA

Tints of Dark Turquoise #19CCDA

Color information

#19CCDA (or 0x19CCDA) is unknown color: approx Dark Turquoise. HEX triplet: 19, CC and DA. RGB value is (25,204,218). Sum of RGB (Red+Green+Blue) = 25+204+218=447 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.59% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #19CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CCDA is #E63325. Grayscale: #979797. Windows color (decimal): -15086374 or 14339097. OLE color: 14339097.

HSL color Cylindrical-coordinate representation of color #19CCDA: hue angle of 184.35º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CCDA is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB25204218-
CMYK0.890.0600.15
HSL184.35º79.42%47.65%-
HSV(B)184.35º88.53%85.49%-
XYZ34.6548.4573.86-
YUV152.07165.237.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.59%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=5.59%
G=45.64%
B=48.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal252042180.890.0600.15184.3579.4247.65
Hex19CCDA5960Fb84f30
Octal31314332131601727011760
Binary110011100110011011010101100111001111101110001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,204,218); }

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

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

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

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

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

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

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