Html Css Color HEX #19E0D2 Bright Turquoise

📋 copy color: '#19E0D2'

red 25 ◦ green 224 ◦ blue 210

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

Shades of Bright Turquoise #19E0D2

Tints of Bright Turquoise #19E0D2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.8%

 BLUE value IS 210 (82.42% from 255) = 45.75%

R = 5.45%
G = 48.8%
B = 45.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#19E0D2 (or 0x19E0D2) is known color: Bright Turquoise. HEX triplet: 19, E0 and D2. RGB value is (25,224,210). Sum of RGB (Red+Green+Blue) = 25+224+210=459 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.45% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #19E0D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E0D2 is #E61F2D. Grayscale: #A2A2A2. Windows color (decimal): -15081262 or 13819929. OLE color: 13819929.

HSL color Cylindrical-coordinate representation of color #19E0D2: hue angle of 175.78º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E0D2 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 224 210 -
CMYK 0.89 0 0.06 0.12
HSL 175.78º 0.8% 0.49% -
HSV(B) 175.78º 0.89% 0.88% -
XYZ 38.69 58.17 70.16 -
YUV 162.9 154.57 29.64 -
System Red Green Blue C M Y K H S L
Decimal 25 224 210 0.89 0 0.06 0.12 175.78 0.8 0.49
Hex 19 E0 D2 59 0 6 C B0 50 31
Octal 31 340 322 131 0 6 14 260 120 61
Binary 11001 11100000 11010010 1011001 0 110 1100 10110000 1010000 110001

Color Harmonies of #19E0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E0D2

Black with #19E0D2

Text Example


Text Example

White with #19E0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,224,210); }

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

background-color css

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

 a { background-color: rgb(25,224,210); }

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

border-color css

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

 span { border-color: rgb(25,224,210); }

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