Html Css Color HEX #14EAC2 Bright Turquoise

📋 copy color: '#14EAC2'

red 20 ◦ green 234 ◦ blue 194

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

Shades of Bright Turquoise #14EAC2

Tints of Bright Turquoise #14EAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 4.46%
G = 52.23%
B = 43.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#14EAC2 (or 0x14EAC2) is known color: Bright Turquoise. HEX triplet: 14, EA and C2. RGB value is (20,234,194). Sum of RGB (Red+Green+Blue) = 20+234+194=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EAC2 is #EB153D. Grayscale: #A5A5A5. Windows color (decimal): -15406398 or 12773908. OLE color: 12773908.

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

Color convert

RGB 20 234 194 -
CMYK 0.91 0 0.17 0.08
HSL 168.79º 0.84% 0.5% -
HSV(B) 168.79º 0.91% 0.92% -
XYZ 39.45 62.89 61.1 -
YUV 165.45 144.1 24.25 -
System Red Green Blue C M Y K H S L
Decimal 20 234 194 0.91 0 0.17 0.08 168.79 0.84 0.5
Hex 14 EA C2 5B 0 11 8 A9 54 32
Octal 24 352 302 133 0 21 10 251 124 62
Binary 10100 11101010 11000010 1011011 0 10001 1000 10101001 1010100 110010

Color Harmonies of #14EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EAC2

Black with #14EAC2

Text Example


Text Example

White with #14EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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