Html Css Color HEX #14ECDC Bright Turquoise

📋 copy color: '#14ECDC'

red 20 ◦ green 236 ◦ blue 220

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

Shades of Bright Turquoise #14ECDC

Tints of Bright Turquoise #14ECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 4.2%
G = 49.58%
B = 46.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#14ECDC (or 0x14ECDC) is known color: Bright Turquoise. HEX triplet: 14, EC and DC. RGB value is (20,236,220). Sum of RGB (Red+Green+Blue) = 20+236+220=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECDC is #EB1323. Grayscale: #A9A9A9. Windows color (decimal): -15405860 or 14478356. OLE color: 14478356.

HSL color Cylindrical-coordinate representation of color #14ECDC: hue angle of 175.56º 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 #14ECDC is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 236 220 -
CMYK 0.92 0 0.07 0.07
HSL 175.56º 0.85% 0.5% -
HSV(B) 175.56º 0.92% 0.93% -
XYZ 43.2 65.31 78.04 -
YUV 169.59 156.44 21.3 -
System Red Green Blue C M Y K H S L
Decimal 20 236 220 0.92 0 0.07 0.07 175.56 0.85 0.5
Hex 14 EC DC 5C 0 7 7 B0 55 32
Octal 24 354 334 134 0 7 7 260 125 62
Binary 10100 11101100 11011100 1011100 0 111 111 10110000 1010101 110010

Color Harmonies of #14ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ECDC

Black with #14ECDC

Text Example


Text Example

White with #14ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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