Html Css Color HEX #19ECBD Bright Turquoise

📋 copy color: '#19ECBD'

red 25 ◦ green 236 ◦ blue 189

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

Shades of Bright Turquoise #19ECBD

Tints of Bright Turquoise #19ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 5.56%
G = 52.44%
B = 42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#19ECBD (or 0x19ECBD) is known color: Bright Turquoise. HEX triplet: 19, EC and BD. RGB value is (25,236,189). Sum of RGB (Red+Green+Blue) = 25+236+189=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECBD is #E61342. Grayscale: #A7A7A7. Windows color (decimal): -15078211 or 12446745. OLE color: 12446745.

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

Color convert

RGB 25 236 189 -
CMYK 0.89 0 0.20 0.07
HSL 166.64º 0.85% 0.51% -
HSV(B) 166.64º 0.89% 0.93% -
XYZ 39.58 63.87 58.39 -
YUV 167.55 140.1 26.32 -
System Red Green Blue C M Y K H S L
Decimal 25 236 189 0.89 0 0.20 0.07 166.64 0.85 0.51
Hex 19 EC BD 59 0 14 7 A7 55 33
Octal 31 354 275 131 0 24 7 247 125 63
Binary 11001 11101100 10111101 1011001 0 10100 111 10100111 1010101 110011

Color Harmonies of #19ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECBD

Black with #19ECBD

Text Example


Text Example

White with #19ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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