Html Css Color HEX #19EACD Bright Turquoise

📋 copy color: '#19EACD'

red 25 ◦ green 234 ◦ blue 205

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

Shades of Bright Turquoise #19EACD

Tints of Bright Turquoise #19EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 5.39%
G = 50.43%
B = 44.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#19EACD (or 0x19EACD) is known color: Bright Turquoise. HEX triplet: 19, EA and CD. RGB value is (25,234,205). Sum of RGB (Red+Green+Blue) = 25+234+205=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #19EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EACD is #E61532. Grayscale: #A8A8A8. Windows color (decimal): -15078707 or 13494809. OLE color: 13494809.

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

Color convert

RGB 25 234 205 -
CMYK 0.89 0 0.12 0.08
HSL 171.67º 0.83% 0.51% -
HSV(B) 171.67º 0.89% 0.92% -
XYZ 40.84 63.46 67.85 -
YUV 168.2 148.76 25.86 -
System Red Green Blue C M Y K H S L
Decimal 25 234 205 0.89 0 0.12 0.08 171.67 0.83 0.51
Hex 19 EA CD 59 0 C 8 AC 53 33
Octal 31 352 315 131 0 14 10 254 123 63
Binary 11001 11101010 11001101 1011001 0 1100 1000 10101100 1010011 110011

Color Harmonies of #19EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EACD

Black with #19EACD

Text Example


Text Example

White with #19EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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