Html Css Color HEX #14EABA Bright Turquoise

📋 copy color: '#14EABA'

red 20 ◦ green 234 ◦ blue 186

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

Shades of Bright Turquoise #14EABA

Tints of Bright Turquoise #14EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.18%

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

R = 4.55%
G = 53.18%
B = 42.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#14EABA (or 0x14EABA) is known color: Bright Turquoise. HEX triplet: 14, EA and BA. RGB value is (20,234,186). Sum of RGB (Red+Green+Blue) = 20+234+186=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #14EABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EABA is #EB1545. Grayscale: #A4A4A4. Windows color (decimal): -15406406 or 12249620. OLE color: 12249620.

HSL color Cylindrical-coordinate representation of color #14EABA: hue angle of 166.54º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EABA is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 186 -
CMYK 0.91 0 0.21 0.08
HSL 166.54º 0.84% 0.5% -
HSV(B) 166.54º 0.91% 0.92% -
XYZ 38.57 62.54 56.49 -
YUV 164.54 140.1 24.9 -
System Red Green Blue C M Y K H S L
Decimal 20 234 186 0.91 0 0.21 0.08 166.54 0.84 0.5
Hex 14 EA BA 5B 0 15 8 A7 54 32
Octal 24 352 272 133 0 25 10 247 124 62
Binary 10100 11101010 10111010 1011011 0 10101 1000 10100111 1010100 110010

Color Harmonies of #14EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EABA

Black with #14EABA

Text Example


Text Example

White with #14EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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