Html Css Color HEX #19EADB Bright Turquoise

📋 copy color: '#19EADB'

red 25 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #19EADB

Tints of Bright Turquoise #19EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.95%

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

R = 5.23%
G = 48.95%
B = 45.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#19EADB (or 0x19EADB) is known color: Bright Turquoise. HEX triplet: 19, EA and DB. RGB value is (25,234,219). Sum of RGB (Red+Green+Blue) = 25+234+219=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #19EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EADB is #E61524. Grayscale: #A9A9A9. Windows color (decimal): -15078693 or 14412313. OLE color: 14412313.

HSL color Cylindrical-coordinate representation of color #19EADB: hue angle of 175.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EADB is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 234 219 -
CMYK 0.89 0 0.06 0.08
HSL 175.69º 0.83% 0.51% -
HSV(B) 175.69º 0.89% 0.92% -
XYZ 42.61 64.17 77.16 -
YUV 169.8 155.76 24.72 -
System Red Green Blue C M Y K H S L
Decimal 25 234 219 0.89 0 0.06 0.08 175.69 0.83 0.51
Hex 19 EA DB 59 0 6 8 B0 53 33
Octal 31 352 333 131 0 6 10 260 123 63
Binary 11001 11101010 11011011 1011001 0 110 1000 10110000 1010011 110011

Color Harmonies of #19EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EADB

Black with #19EADB

Text Example


Text Example

White with #19EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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