Html Css Color HEX #19EAEA Bright Turquoise

📋 copy color: '#19EAEA'

red 25 ◦ green 234 ◦ blue 234

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

Shades of Bright Turquoise #19EAEA

Tints of Bright Turquoise #19EAEA

RGB

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

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

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

R = 5.07%
G = 47.46%
B = 47.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19EAEA (or 0x19EAEA) is known color: Bright Turquoise. HEX triplet: 19, EA and EA. RGB value is (25,234,234). Sum of RGB (Red+Green+Blue) = 25+234+234=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #19EAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EAEA is #E61515. Grayscale: #ABABAB. Windows color (decimal): -15078678 or 15395353. OLE color: 15395353.

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

Color convert

RGB 25 234 234 -
CMYK 0.89 0 0 0.08
HSL 180º 0.83% 0.51% -
HSV(B) 180º 0.89% 0.92% -
XYZ 44.68 64.99 88.03 -
YUV 171.51 163.26 23.5 -
System Red Green Blue C M Y K H S L
Decimal 25 234 234 0.89 0 0 0.08 180 0.83 0.51
Hex 19 EA EA 59 0 0 8 B4 53 33
Octal 31 352 352 131 0 0 10 264 123 63
Binary 11001 11101010 11101010 1011001 0 0 1000 10110100 1010011 110011

Color Harmonies of #19EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EAEA

Black with #19EAEA

Text Example


Text Example

White with #19EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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