Html Css Color HEX #19ECDE Bright Turquoise

📋 copy color: '#19ECDE'

red 25 ◦ green 236 ◦ blue 222

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

Shades of Bright Turquoise #19ECDE

Tints of Bright Turquoise #19ECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 5.18%
G = 48.86%
B = 45.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#19ECDE (or 0x19ECDE) is known color: Bright Turquoise. HEX triplet: 19, EC and DE. RGB value is (25,236,222). Sum of RGB (Red+Green+Blue) = 25+236+222=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECDE is #E61321. Grayscale: #ABABAB. Windows color (decimal): -15078178 or 14609433. OLE color: 14609433.

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

Color convert

RGB 25 236 222 -
CMYK 0.89 0 0.06 0.07
HSL 176.02º 0.85% 0.51% -
HSV(B) 176.02º 0.89% 0.93% -
XYZ 43.58 65.47 79.45 -
YUV 171.32 156.6 23.64 -
System Red Green Blue C M Y K H S L
Decimal 25 236 222 0.89 0 0.06 0.07 176.02 0.85 0.51
Hex 19 EC DE 59 0 6 7 B0 55 33
Octal 31 354 336 131 0 6 7 260 125 63
Binary 11001 11101100 11011110 1011001 0 110 111 10110000 1010101 110011

Color Harmonies of #19ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECDE

Black with #19ECDE

Text Example


Text Example

White with #19ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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