Html Css Color HEX #19DCDB Bright Turquoise

📋 copy color: '#19DCDB'

red 25 ◦ green 220 ◦ blue 219

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

Shades of Bright Turquoise #19DCDB

Tints of Bright Turquoise #19DCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 5.39%
G = 47.41%
B = 47.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#19DCDB (or 0x19DCDB) is known color: Bright Turquoise. HEX triplet: 19, DC and DB. RGB value is (25,220,219). Sum of RGB (Red+Green+Blue) = 25+220+219=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCDB is #E62324. Grayscale: #A1A1A1. Windows color (decimal): -15082277 or 14408729. OLE color: 14408729.

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

Color convert

RGB 25 220 219 -
CMYK 0.89 0 0.00 0.14
HSL 179.69º 0.8% 0.48% -
HSV(B) 179.69º 0.89% 0.86% -
XYZ 38.78 56.51 75.88 -
YUV 161.58 160.4 30.58 -
System Red Green Blue C M Y K H S L
Decimal 25 220 219 0.89 0 0.00 0.14 179.69 0.8 0.48
Hex 19 DC DB 59 0 0 E B4 50 30
Octal 31 334 333 131 0 0 16 264 120 60
Binary 11001 11011100 11011011 1011001 0 0 1110 10110100 1010000 110000

Color Harmonies of #19DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCDB

Black with #19DCDB

Text Example


Text Example

White with #19DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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