Html Css Color HEX #19E9CA Bright Turquoise

📋 copy color: '#19E9CA'

red 25 ◦ green 233 ◦ blue 202

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

Shades of Bright Turquoise #19E9CA

Tints of Bright Turquoise #19E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.65%

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 5.43%
G = 50.65%
B = 43.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#19E9CA (or 0x19E9CA) is known color: Bright Turquoise. HEX triplet: 19, E9 and CA. RGB value is (25,233,202). Sum of RGB (Red+Green+Blue) = 25+233+202=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9CA is #E61635. Grayscale: #A7A7A7. Windows color (decimal): -15078966 or 13297945. OLE color: 13297945.

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

Color convert

RGB 25 233 202 -
CMYK 0.89 0 0.13 0.09
HSL 171.06º 0.83% 0.51% -
HSV(B) 171.06º 0.89% 0.91% -
XYZ 40.2 62.75 65.87 -
YUV 167.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 25 233 202 0.89 0 0.13 0.09 171.06 0.83 0.51
Hex 19 E9 CA 59 0 D 9 AB 53 33
Octal 31 351 312 131 0 15 11 253 123 63
Binary 11001 11101001 11001010 1011001 0 1101 1001 10101011 1010011 110011

Color Harmonies of #19E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9CA

Black with #19E9CA

Text Example


Text Example

White with #19E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,233,202); }

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

background-color css

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

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

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

border-color css

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

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

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