Html Css Color HEX #14E5C5 Bright Turquoise

📋 copy color: '#14E5C5'

red 20 ◦ green 229 ◦ blue 197

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

Shades of Bright Turquoise #14E5C5

Tints of Bright Turquoise #14E5C5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.35%

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 4.48%
G = 51.35%
B = 44.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#14E5C5 (or 0x14E5C5) is known color: Bright Turquoise. HEX triplet: 14, E5 and C5. RGB value is (20,229,197). Sum of RGB (Red+Green+Blue) = 20+229+197=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E5C5 is #EB1A3A. Grayscale: #A2A2A2. Windows color (decimal): -15407675 or 12969236. OLE color: 12969236.

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

Color convert

RGB 20 229 197 -
CMYK 0.91 0 0.14 0.10
HSL 170.81º 0.84% 0.49% -
HSV(B) 170.81º 0.91% 0.9% -
XYZ 38.39 60.22 62.42 -
YUV 162.86 147.26 26.1 -
System Red Green Blue C M Y K H S L
Decimal 20 229 197 0.91 0 0.14 0.10 170.81 0.84 0.49
Hex 14 E5 C5 5B 0 E A AB 54 31
Octal 24 345 305 133 0 16 12 253 124 61
Binary 10100 11100101 11000101 1011011 0 1110 1010 10101011 1010100 110001

Color Harmonies of #14E5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E5C5

Black with #14E5C5

Text Example


Text Example

White with #14E5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,229,197); }

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

background-color css

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

 a { background-color: rgb(20,229,197); }

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

border-color css

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

 span { border-color: rgb(20,229,197); }

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