Html Css Color HEX #19E9E6 Bright Turquoise

📋 copy color: '#19E9E6'

red 25 ◦ green 233 ◦ blue 230

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

Shades of Bright Turquoise #19E9E6

Tints of Bright Turquoise #19E9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 5.12%
G = 47.75%
B = 47.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#19E9E6 (or 0x19E9E6) is known color: Bright Turquoise. HEX triplet: 19, E9 and E6. RGB value is (25,233,230). Sum of RGB (Red+Green+Blue) = 25+233+230=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E9E6 is #E61619. Grayscale: #AAAAAA. Windows color (decimal): -15078938 or 15132953. OLE color: 15132953.

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

Color convert

RGB 25 233 230 -
CMYK 0.89 0 0.01 0.09
HSL 179.13º 0.83% 0.51% -
HSV(B) 179.13º 0.89% 0.91% -
XYZ 43.82 64.2 84.94 -
YUV 170.47 161.59 24.24 -
System Red Green Blue C M Y K H S L
Decimal 25 233 230 0.89 0 0.01 0.09 179.13 0.83 0.51
Hex 19 E9 E6 59 0 1 9 B3 53 33
Octal 31 351 346 131 0 1 11 263 123 63
Binary 11001 11101001 11100110 1011001 0 1 1001 10110011 1010011 110011

Color Harmonies of #19E9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9E6

Black with #19E9E6

Text Example


Text Example

White with #19E9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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