Html Css Color HEX #19EDBC Bright Turquoise

📋 copy color: '#19EDBC'

red 25 ◦ green 237 ◦ blue 188

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

Shades of Bright Turquoise #19EDBC

Tints of Bright Turquoise #19EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.67%

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 5.56%
G = 52.67%
B = 41.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#19EDBC (or 0x19EDBC) is known color: Bright Turquoise. HEX triplet: 19, ED and BC. RGB value is (25,237,188). Sum of RGB (Red+Green+Blue) = 25+237+188=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #19EDBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EDBC is #E61243. Grayscale: #A8A8A8. Windows color (decimal): -15077956 or 12381465. OLE color: 12381465.

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

Color convert

RGB 25 237 188 -
CMYK 0.89 0 0.21 0.07
HSL 166.13º 0.85% 0.51% -
HSV(B) 166.13º 0.89% 0.93% -
XYZ 39.76 64.41 57.91 -
YUV 168.03 139.26 25.98 -
System Red Green Blue C M Y K H S L
Decimal 25 237 188 0.89 0 0.21 0.07 166.13 0.85 0.51
Hex 19 ED BC 59 0 15 7 A6 55 33
Octal 31 355 274 131 0 25 7 246 125 63
Binary 11001 11101101 10111100 1011001 0 10101 111 10100110 1010101 110011

Color Harmonies of #19EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EDBC

Black with #19EDBC

Text Example


Text Example

White with #19EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,237,188); }

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

background-color css

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

 a { background-color: rgb(25,237,188); }

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

border-color css

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

 span { border-color: rgb(25,237,188); }

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