Html Css Color HEX #14E2CB Bright Turquoise

📋 copy color: '#14E2CB'

red 20 ◦ green 226 ◦ blue 203

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

Shades of Bright Turquoise #14E2CB

Tints of Bright Turquoise #14E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.33%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 4.45%
G = 50.33%
B = 45.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#14E2CB (or 0x14E2CB) is known color: Bright Turquoise. HEX triplet: 14, E2 and CB. RGB value is (20,226,203). Sum of RGB (Red+Green+Blue) = 20+226+203=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2CB is #EB1D34. Grayscale: #A1A1A1. Windows color (decimal): -15408437 or 13361684. OLE color: 13361684.

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

Color convert

RGB 20 226 203 -
CMYK 0.91 0 0.10 0.11
HSL 173.3º 0.84% 0.48% -
HSV(B) 173.3º 0.91% 0.89% -
XYZ 38.26 58.85 65.84 -
YUV 161.78 151.25 26.87 -
System Red Green Blue C M Y K H S L
Decimal 20 226 203 0.91 0 0.10 0.11 173.3 0.84 0.48
Hex 14 E2 CB 5B 0 A B AD 54 30
Octal 24 342 313 133 0 12 13 255 124 60
Binary 10100 11100010 11001011 1011011 0 1010 1011 10101101 1010100 110000

Color Harmonies of #14E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E2CB

Black with #14E2CB

Text Example


Text Example

White with #14E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,226,203); }

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

background-color css

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

 a { background-color: rgb(20,226,203); }

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

border-color css

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

 span { border-color: rgb(20,226,203); }

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