Html Css Color HEX #14ECC8 Bright Turquoise

📋 copy color: '#14ECC8'

red 20 ◦ green 236 ◦ blue 200

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

Shades of Bright Turquoise #14ECC8

Tints of Bright Turquoise #14ECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 4.39%
G = 51.75%
B = 43.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#14ECC8 (or 0x14ECC8) is known color: Bright Turquoise. HEX triplet: 14, EC and C8. RGB value is (20,236,200). Sum of RGB (Red+Green+Blue) = 20+236+200=456 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.39% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECC8 is #EB1337. Grayscale: #A7A7A7. Windows color (decimal): -15405880 or 13167636. OLE color: 13167636.

HSL color Cylindrical-coordinate representation of color #14ECC8: hue angle of 170º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ECC8 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 236 200 -
CMYK 0.92 0 0.15 0.07
HSL 170º 0.85% 0.5% -
HSV(B) 170º 0.92% 0.93% -
XYZ 40.71 64.31 64.91 -
YUV 167.31 146.44 22.93 -
System Red Green Blue C M Y K H S L
Decimal 20 236 200 0.92 0 0.15 0.07 170 0.85 0.5
Hex 14 EC C8 5C 0 F 7 AA 55 32
Octal 24 354 310 134 0 17 7 252 125 62
Binary 10100 11101100 11001000 1011100 0 1111 111 10101010 1010101 110010

Color Harmonies of #14ECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ECC8

Black with #14ECC8

Text Example


Text Example

White with #14ECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,236,200); }

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

background-color css

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

 a { background-color: rgb(20,236,200); }

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

border-color css

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

 span { border-color: rgb(20,236,200); }

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