Html Css Color HEX #14FEDB Bright Turquoise

📋 copy color: '#14FEDB'

red 20 ◦ green 254 ◦ blue 219

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

Shades of Bright Turquoise #14FEDB

Tints of Bright Turquoise #14FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.52%

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

R = 4.06%
G = 51.52%
B = 44.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#14FEDB (or 0x14FEDB) is known color: Bright Turquoise. HEX triplet: 14, FE and DB. RGB value is (20,254,219). Sum of RGB (Red+Green+Blue) = 20+254+219=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEDB is #EB0124. Grayscale: #B3B3B3. Windows color (decimal): -15401253 or 14417428. OLE color: 14417428.

HSL color Cylindrical-coordinate representation of color #14FEDB: hue angle of 171.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FEDB is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 254 219 -
CMYK 0.92 0 0.14 0.00
HSL 171.03º 0.99% 0.54% -
HSV(B) 171.03º 0.92% 1% -
XYZ 48.52 76.15 79.16 -
YUV 180.04 149.98 13.85 -
System Red Green Blue C M Y K H S L
Decimal 20 254 219 0.92 0 0.14 0.00 171.03 0.99 0.54
Hex 14 FE DB 5C 0 E 0 AB 63 36
Octal 24 376 333 134 0 16 0 253 143 66
Binary 10100 11111110 11011011 1011100 0 1110 0 10101011 1100011 110110

Color Harmonies of #14FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FEDB

Black with #14FEDB

Text Example


Text Example

White with #14FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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