Html Css Color HEX #19E5EA Bright Turquoise

📋 copy color: '#19E5EA'

red 25 ◦ green 229 ◦ blue 234

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

Shades of Bright Turquoise #19E5EA

Tints of Bright Turquoise #19E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.93%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 5.12%
G = 46.93%
B = 47.95%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19E5EA (or 0x19E5EA) is known color: Bright Turquoise. HEX triplet: 19, E5 and EA. RGB value is (25,229,234). Sum of RGB (Red+Green+Blue) = 25+229+234=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #19E5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E5EA is #E61A15. Grayscale: #A8A8A8. Windows color (decimal): -15079958 or 15394073. OLE color: 15394073.

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

Color convert

RGB 25 229 234 -
CMYK 0.89 0.02 0 0.08
HSL 181.44º 0.83% 0.51% -
HSV(B) 181.44º 0.89% 0.92% -
XYZ 43.27 62.19 87.56 -
YUV 168.57 164.91 25.59 -
System Red Green Blue C M Y K H S L
Decimal 25 229 234 0.89 0.02 0 0.08 181.44 0.83 0.51
Hex 19 E5 EA 59 2 0 8 B5 53 33
Octal 31 345 352 131 2 0 10 265 123 63
Binary 11001 11100101 11101010 1011001 10 0 1000 10110101 1010011 110011

Color Harmonies of #19E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E5EA

Black with #19E5EA

Text Example


Text Example

White with #19E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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