Html Css Color HEX #19CEDC Dark Turquoise

📋 copy color: '#19CEDC'

red 25 ◦ green 206 ◦ blue 220

#19CEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #19CEDC

Tints of Dark Turquoise #19CEDC

RGB

 RED value IS 25 (10.16% from 255) = 5.54%

 GREEN value IS 206 (80.86% from 255) = 45.68%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 5.54%
G = 45.68%
B = 48.78%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#19CEDC (or 0x19CEDC) is known color: Dark Turquoise. HEX triplet: 19, CE and DC. RGB value is (25,206,220). Sum of RGB (Red+Green+Blue) = 25+206+220=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #19CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CEDC is #E63123. Grayscale: #999999. Windows color (decimal): -15085860 or 14470681. OLE color: 14470681.

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

Color convert

RGB 25 206 220 -
CMYK 0.89 0.06 0 0.14
HSL 184.31º 0.8% 0.48% -
HSV(B) 184.31º 0.89% 0.86% -
XYZ 35.39 49.52 75.4 -
YUV 153.48 165.53 36.36 -
System Red Green Blue C M Y K H S L
Decimal 25 206 220 0.89 0.06 0 0.14 184.31 0.8 0.48
Hex 19 CE DC 59 6 0 E B8 50 30
Octal 31 316 334 131 6 0 16 270 120 60
Binary 11001 11001110 11011100 1011001 110 0 1110 10111000 1010000 110000

Color Harmonies of #19CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CEDC

Black with #19CEDC

Text Example


Text Example

White with #19CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19CEDC;
 }
 .AnyTagClassName
 {
   color: #19CEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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