Html Css Color HEX #14E2DB Bright Turquoise

📋 copy color: '#14E2DB'

red 20 ◦ green 226 ◦ blue 219

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

Shades of Bright Turquoise #14E2DB

Tints of Bright Turquoise #14E2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 4.3%
G = 48.6%
B = 47.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#14E2DB (or 0x14E2DB) is known color: Bright Turquoise. HEX triplet: 14, E2 and DB. RGB value is (20,226,219). Sum of RGB (Red+Green+Blue) = 20+226+219=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2DB is #EB1D24. Grayscale: #A3A3A3. Windows color (decimal): -15408421 or 14410260. OLE color: 14410260.

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

Color convert

RGB 20 226 219 -
CMYK 0.91 0 0.03 0.11
HSL 177.96º 0.84% 0.48% -
HSV(B) 177.96º 0.91% 0.89% -
XYZ 40.27 59.66 76.41 -
YUV 163.61 159.25 25.57 -
System Red Green Blue C M Y K H S L
Decimal 20 226 219 0.91 0 0.03 0.11 177.96 0.84 0.48
Hex 14 E2 DB 5B 0 3 B B2 54 30
Octal 24 342 333 133 0 3 13 262 124 60
Binary 10100 11100010 11011011 1011011 0 11 1011 10110010 1010100 110000

Color Harmonies of #14E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E2DB

Black with #14E2DB

Text Example


Text Example

White with #14E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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