Html Css Color HEX #19C5DF Dark Turquoise

📋 copy color: '#19C5DF'

red 25 ◦ green 197 ◦ blue 223

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

Shades of Dark Turquoise #19C5DF

Tints of Dark Turquoise #19C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.27%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 5.62%
G = 44.27%
B = 50.11%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19C5DF (or 0x19C5DF) is known color: Dark Turquoise. HEX triplet: 19, C5 and DF. RGB value is (25,197,223). Sum of RGB (Red+Green+Blue) = 25+197+223=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #19C5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C5DF is #E63A20. Grayscale: #949494. Windows color (decimal): -15088161 or 14664985. OLE color: 14664985.

HSL color Cylindrical-coordinate representation of color #19C5DF: hue angle of 187.88º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C5DF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 197 223 -
CMYK 0.89 0.12 0 0.13
HSL 187.88º 0.8% 0.49% -
HSV(B) 187.88º 0.89% 0.87% -
XYZ 33.69 45.47 76.81 -
YUV 148.54 170.02 39.89 -
System Red Green Blue C M Y K H S L
Decimal 25 197 223 0.89 0.12 0 0.13 187.88 0.8 0.49
Hex 19 C5 DF 59 C 0 D BC 50 31
Octal 31 305 337 131 14 0 15 274 120 61
Binary 11001 11000101 11011111 1011001 1100 0 1101 10111100 1010000 110001

Color Harmonies of #19C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C5DF

Black with #19C5DF

Text Example


Text Example

White with #19C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,197,223); }

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

background-color css

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

 a { background-color: rgb(25,197,223); }

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

border-color css

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

 span { border-color: rgb(25,197,223); }

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