Html Css Color HEX #19E7D1 Bright Turquoise

📋 copy color: '#19E7D1'

red 25 ◦ green 231 ◦ blue 209

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

Shades of Bright Turquoise #19E7D1

Tints of Bright Turquoise #19E7D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 5.38%
G = 49.68%
B = 44.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#19E7D1 (or 0x19E7D1) is known color: Bright Turquoise. HEX triplet: 19, E7 and D1. RGB value is (25,231,209). Sum of RGB (Red+Green+Blue) = 25+231+209=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #19E7D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E7D1 is #E6182E. Grayscale: #A6A6A6. Windows color (decimal): -15079471 or 13756185. OLE color: 13756185.

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

Color convert

RGB 25 231 209 -
CMYK 0.89 0 0.10 0.09
HSL 173.59º 0.81% 0.5% -
HSV(B) 173.59º 0.89% 0.91% -
XYZ 40.49 61.96 70.15 -
YUV 166.9 151.75 26.79 -
System Red Green Blue C M Y K H S L
Decimal 25 231 209 0.89 0 0.10 0.09 173.59 0.81 0.5
Hex 19 E7 D1 59 0 A 9 AE 51 32
Octal 31 347 321 131 0 12 11 256 121 62
Binary 11001 11100111 11010001 1011001 0 1010 1001 10101110 1010001 110010

Color Harmonies of #19E7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E7D1

Black with #19E7D1

Text Example


Text Example

White with #19E7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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