Html Css Color HEX #14E7B9 Bright Turquoise

📋 copy color: '#14E7B9'

red 20 ◦ green 231 ◦ blue 185

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

Shades of Bright Turquoise #14E7B9

Tints of Bright Turquoise #14E7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.98%

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 4.59%
G = 52.98%
B = 42.43%

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

#14E7B9 (or 0x14E7B9) is known color: Bright Turquoise. HEX triplet: 14, E7 and B9. RGB value is (20,231,185). Sum of RGB (Red+Green+Blue) = 20+231+185=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #14E7B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E7B9 is #EB1846. Grayscale: #A2A2A2. Windows color (decimal): -15407175 or 12183316. OLE color: 12183316.

HSL color Cylindrical-coordinate representation of color #14E7B9: hue angle of 166.92º 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 #14E7B9 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 231 185 -
CMYK 0.91 0 0.20 0.09
HSL 166.92º 0.84% 0.49% -
HSV(B) 166.92º 0.91% 0.91% -
XYZ 37.62 60.8 55.65 -
YUV 162.67 140.6 26.24 -
System Red Green Blue C M Y K H S L
Decimal 20 231 185 0.91 0 0.20 0.09 166.92 0.84 0.49
Hex 14 E7 B9 5B 0 14 9 A7 54 31
Octal 24 347 271 133 0 24 11 247 124 61
Binary 10100 11100111 10111001 1011011 0 10100 1001 10100111 1010100 110001

Color Harmonies of #14E7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E7B9

Black with #14E7B9

Text Example


Text Example

White with #14E7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,231,185); }

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

background-color css

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

 a { background-color: rgb(20,231,185); }

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

border-color css

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

 span { border-color: rgb(20,231,185); }

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