Html Css Color HEX #19EAD0 Bright Turquoise

📋 copy color: '#19EAD0'

red 25 ◦ green 234 ◦ blue 208

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

Shades of Bright Turquoise #19EAD0

Tints of Bright Turquoise #19EAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 5.35%
G = 50.11%
B = 44.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#19EAD0 (or 0x19EAD0) is known color: Bright Turquoise. HEX triplet: 19, EA and D0. RGB value is (25,234,208). Sum of RGB (Red+Green+Blue) = 25+234+208=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #19EAD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EAD0 is #E6152F. Grayscale: #A8A8A8. Windows color (decimal): -15078704 or 13691417. OLE color: 13691417.

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

Color convert

RGB 25 234 208 -
CMYK 0.89 0 0.11 0.08
HSL 172.54º 0.83% 0.51% -
HSV(B) 172.54º 0.89% 0.92% -
XYZ 41.21 63.61 69.78 -
YUV 168.55 150.26 25.61 -
System Red Green Blue C M Y K H S L
Decimal 25 234 208 0.89 0 0.11 0.08 172.54 0.83 0.51
Hex 19 EA D0 59 0 B 8 AD 53 33
Octal 31 352 320 131 0 13 10 255 123 63
Binary 11001 11101010 11010000 1011001 0 1011 1000 10101101 1010011 110011

Color Harmonies of #19EAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EAD0

Black with #19EAD0

Text Example


Text Example

White with #19EAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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