Html Css Color HEX #19E7EC Bright Turquoise

📋 copy color: '#19E7EC'

red 25 ◦ green 231 ◦ blue 236

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

Shades of Bright Turquoise #19E7EC

Tints of Bright Turquoise #19E7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 5.08%
G = 46.95%
B = 47.97%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19E7EC (or 0x19E7EC) is known color: Bright Turquoise. HEX triplet: 19, E7 and EC. RGB value is (25,231,236). Sum of RGB (Red+Green+Blue) = 25+231+236=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #19E7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E7EC is #E61813. Grayscale: #A9A9A9. Windows color (decimal): -15079444 or 15525657. OLE color: 15525657.

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

Color convert

RGB 25 231 236 -
CMYK 0.89 0.02 0 0.07
HSL 181.42º 0.85% 0.51% -
HSV(B) 181.42º 0.89% 0.93% -
XYZ 44.12 63.41 89.27 -
YUV 169.98 165.25 24.59 -
System Red Green Blue C M Y K H S L
Decimal 25 231 236 0.89 0.02 0 0.07 181.42 0.85 0.51
Hex 19 E7 EC 59 2 0 7 B5 55 33
Octal 31 347 354 131 2 0 7 265 125 63
Binary 11001 11100111 11101100 1011001 10 0 111 10110101 1010101 110011

Color Harmonies of #19E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E7EC

Black with #19E7EC

Text Example


Text Example

White with #19E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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