Html Css Color HEX #19E7ED Bright Turquoise

📋 copy color: '#19E7ED'

red 25 ◦ green 231 ◦ blue 237

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

Shades of Bright Turquoise #19E7ED

Tints of Bright Turquoise #19E7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.86%

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 5.07%
G = 46.86%
B = 48.07%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19E7ED (or 0x19E7ED) is known color: Bright Turquoise. HEX triplet: 19, E7 and ED. RGB value is (25,231,237). Sum of RGB (Red+Green+Blue) = 25+231+237=493 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.07% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #19E7ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E7ED is #E61812. Grayscale: #A9A9A9. Windows color (decimal): -15079443 or 15591193. OLE color: 15591193.

HSL color Cylindrical-coordinate representation of color #19E7ED: hue angle of 181.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E7ED is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 231 237 -
CMYK 0.89 0.03 0 0.07
HSL 181.7º 0.85% 0.51% -
HSV(B) 181.7º 0.89% 0.93% -
XYZ 44.26 63.47 90.04 -
YUV 170.09 165.75 24.51 -
System Red Green Blue C M Y K H S L
Decimal 25 231 237 0.89 0.03 0 0.07 181.7 0.85 0.51
Hex 19 E7 ED 59 3 0 7 B6 55 33
Octal 31 347 355 131 3 0 7 266 125 63
Binary 11001 11100111 11101101 1011001 11 0 111 10110110 1010101 110011

Color Harmonies of #19E7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E7ED

Black with #19E7ED

Text Example


Text Example

White with #19E7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,231,237); }

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

background-color css

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

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

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

border-color css

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

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

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