Html Css Color HEX #14E5DC Bright Turquoise

📋 copy color: '#14E5DC'

red 20 ◦ green 229 ◦ blue 220

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

Shades of Bright Turquoise #14E5DC

Tints of Bright Turquoise #14E5DC

RGB

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

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

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

R = 4.26%
G = 48.83%
B = 46.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#14E5DC (or 0x14E5DC) is known color: Bright Turquoise. HEX triplet: 14, E5 and DC. RGB value is (20,229,220). Sum of RGB (Red+Green+Blue) = 20+229+220=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E5DC is #EB1A23. Grayscale: #A5A5A5. Windows color (decimal): -15407652 or 14476564. OLE color: 14476564.

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

Color convert

RGB 20 229 220 -
CMYK 0.91 0 0.04 0.10
HSL 177.42º 0.84% 0.49% -
HSV(B) 177.42º 0.91% 0.9% -
XYZ 41.23 61.35 77.38 -
YUV 165.48 158.76 24.23 -
System Red Green Blue C M Y K H S L
Decimal 20 229 220 0.91 0 0.04 0.10 177.42 0.84 0.49
Hex 14 E5 DC 5B 0 4 A B1 54 31
Octal 24 345 334 133 0 4 12 261 124 61
Binary 10100 11100101 11011100 1011011 0 100 1010 10110001 1010100 110001

Color Harmonies of #14E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E5DC

Black with #14E5DC

Text Example


Text Example

White with #14E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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