Html Css Color HEX #14E8BA Bright Turquoise

📋 copy color: '#14E8BA'

red 20 ◦ green 232 ◦ blue 186

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

Shades of Bright Turquoise #14E8BA

Tints of Bright Turquoise #14E8BA

RGB

 RED value IS 20 (8.2% from 255) = 4.57%

 GREEN value IS 232 (91.02% from 255) = 52.97%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 4.57%
G = 52.97%
B = 42.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#14E8BA (or 0x14E8BA) is known color: Bright Turquoise. HEX triplet: 14, E8 and BA. RGB value is (20,232,186). Sum of RGB (Red+Green+Blue) = 20+232+186=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #14E8BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E8BA is #EB1745. Grayscale: #A3A3A3. Windows color (decimal): -15406918 or 12249108. OLE color: 12249108.

HSL color Cylindrical-coordinate representation of color #14E8BA: hue angle of 166.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E8BA is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 232 186 -
CMYK 0.91 0 0.20 0.09
HSL 166.98º 0.84% 0.49% -
HSV(B) 166.98º 0.91% 0.91% -
XYZ 38.01 61.41 56.3 -
YUV 163.37 140.76 25.74 -
System Red Green Blue C M Y K H S L
Decimal 20 232 186 0.91 0 0.20 0.09 166.98 0.84 0.49
Hex 14 E8 BA 5B 0 14 9 A7 54 31
Octal 24 350 272 133 0 24 11 247 124 61
Binary 10100 11101000 10111010 1011011 0 10100 1001 10100111 1010100 110001

Color Harmonies of #14E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E8BA

Black with #14E8BA

Text Example


Text Example

White with #14E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14E8BA; }

 p { color: rgb(20,232,186); }

 H1.HeaderClassName
 {
   color: #14E8BA;
 }
 .AnyTagClassName
 {
   color: #14E8BA;
 }
</style>

background-color css

<style>
 a { background-color: #14E8BA; }

 a { background-color: rgb(20,232,186); }

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

border-color css

<style>
 span { border-color: #14E8BA; }

 span { border-color: rgb(20,232,186); }

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