Html Css Color HEX #14EFDB Bright Turquoise

📋 copy color: '#14EFDB'

red 20 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #14EFDB

Tints of Bright Turquoise #14EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50%

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

R = 4.18%
G = 50%
B = 45.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#14EFDB (or 0x14EFDB) is known color: Bright Turquoise. HEX triplet: 14, EF and DB. RGB value is (20,239,219). Sum of RGB (Red+Green+Blue) = 20+239+219=478 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFDB is #EB1024. Grayscale: #ABABAB. Windows color (decimal): -15405093 or 14413588. OLE color: 14413588.

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

Color convert

RGB 20 239 219 -
CMYK 0.92 0 0.08 0.06
HSL 174.52º 0.87% 0.51% -
HSV(B) 174.52º 0.92% 0.94% -
XYZ 43.94 67 77.63 -
YUV 171.24 154.95 20.13 -
System Red Green Blue C M Y K H S L
Decimal 20 239 219 0.92 0 0.08 0.06 174.52 0.87 0.51
Hex 14 EF DB 5C 0 8 6 AF 57 33
Octal 24 357 333 134 0 10 6 257 127 63
Binary 10100 11101111 11011011 1011100 0 1000 110 10101111 1010111 110011

Color Harmonies of #14EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EFDB

Black with #14EFDB

Text Example


Text Example

White with #14EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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