Html Css Color HEX #14EADB Bright Turquoise

📋 copy color: '#14EADB'

red 20 ◦ green 234 ◦ blue 219

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

Shades of Bright Turquoise #14EADB

Tints of Bright Turquoise #14EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

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

R = 4.23%
G = 49.47%
B = 46.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#14EADB (or 0x14EADB) is known color: Bright Turquoise. HEX triplet: 14, EA and DB. RGB value is (20,234,219). Sum of RGB (Red+Green+Blue) = 20+234+219=473 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.23% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #14EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EADB is #EB1524. Grayscale: #A8A8A8. Windows color (decimal): -15406373 or 14412308. OLE color: 14412308.

HSL color Cylindrical-coordinate representation of color #14EADB: hue angle of 175.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EADB is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 219 -
CMYK 0.91 0 0.06 0.08
HSL 175.79º 0.84% 0.5% -
HSV(B) 175.79º 0.91% 0.92% -
XYZ 42.5 64.11 77.15 -
YUV 168.3 156.6 22.22 -
System Red Green Blue C M Y K H S L
Decimal 20 234 219 0.91 0 0.06 0.08 175.79 0.84 0.5
Hex 14 EA DB 5B 0 6 8 B0 54 32
Octal 24 352 333 133 0 6 10 260 124 62
Binary 10100 11101010 11011011 1011011 0 110 1000 10110000 1010100 110010

Color Harmonies of #14EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EADB

Black with #14EADB

Text Example


Text Example

White with #14EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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