Html Css Color HEX #14E5D9 Bright Turquoise

📋 copy color: '#14E5D9'

red 20 ◦ green 229 ◦ blue 217

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

Shades of Bright Turquoise #14E5D9

Tints of Bright Turquoise #14E5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 4.29%
G = 49.14%
B = 46.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#14E5D9 (or 0x14E5D9) is known color: Bright Turquoise. HEX triplet: 14, E5 and D9. RGB value is (20,229,217). Sum of RGB (Red+Green+Blue) = 20+229+217=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E5D9 is #EB1A26. Grayscale: #A4A4A4. Windows color (decimal): -15407655 or 14279956. OLE color: 14279956.

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

Color convert

RGB 20 229 217 -
CMYK 0.91 0 0.05 0.10
HSL 176.56º 0.84% 0.49% -
HSV(B) 176.56º 0.91% 0.9% -
XYZ 40.83 61.2 75.31 -
YUV 165.14 157.26 24.48 -
System Red Green Blue C M Y K H S L
Decimal 20 229 217 0.91 0 0.05 0.10 176.56 0.84 0.49
Hex 14 E5 D9 5B 0 5 A B1 54 31
Octal 24 345 331 133 0 5 12 261 124 61
Binary 10100 11100101 11011001 1011011 0 101 1010 10110001 1010100 110001

Color Harmonies of #14E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E5D9

Black with #14E5D9

Text Example


Text Example

White with #14E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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