Html Css Color HEX #19E6E9 Bright Turquoise

📋 copy color: '#19E6E9'

red 25 ◦ green 230 ◦ blue 233

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

Shades of Bright Turquoise #19E6E9

Tints of Bright Turquoise #19E6E9

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

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

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

Color convert

RGB 25 230 233 -
CMYK 0.89 0.01 0 0.09
HSL 180.87º 0.83% 0.51% -
HSV(B) 180.87º 0.89% 0.91% -
XYZ 43.41 62.68 86.9 -
YUV 169.05 164.08 25.26 -
System Red Green Blue C M Y K H S L
Decimal 25 230 233 0.89 0.01 0 0.09 180.87 0.83 0.51
Hex 19 E6 E9 59 1 0 9 B5 53 33
Octal 31 346 351 131 1 0 11 265 123 63
Binary 11001 11100110 11101001 1011001 1 0 1001 10110101 1010011 110011

Color Harmonies of #19E6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E6E9

Black with #19E6E9

Text Example


Text Example

White with #19E6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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