Html Css Color HEX #14FEDC Bright Turquoise

📋 copy color: '#14FEDC'

red 20 ◦ green 254 ◦ blue 220

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

Shades of Bright Turquoise #14FEDC

Tints of Bright Turquoise #14FEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 4.05%
G = 51.42%
B = 44.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#14FEDC (or 0x14FEDC) is known color: Bright Turquoise. HEX triplet: 14, FE and DC. RGB value is (20,254,220). Sum of RGB (Red+Green+Blue) = 20+254+220=494 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.05% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FEDC is #EB0123. Grayscale: #B4B4B4. Windows color (decimal): -15401252 or 14482964. OLE color: 14482964.

HSL color Cylindrical-coordinate representation of color #14FEDC: hue angle of 171.28º 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 #14FEDC is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 254 220 -
CMYK 0.92 0 0.13 0.00
HSL 171.28º 0.99% 0.54% -
HSV(B) 171.28º 0.92% 1% -
XYZ 48.65 76.2 79.85 -
YUV 180.16 150.48 13.76 -
System Red Green Blue C M Y K H S L
Decimal 20 254 220 0.92 0 0.13 0.00 171.28 0.99 0.54
Hex 14 FE DC 5C 0 D 0 AB 63 36
Octal 24 376 334 134 0 15 0 253 143 66
Binary 10100 11111110 11011100 1011100 0 1101 0 10101011 1100011 110110

Color Harmonies of #14FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FEDC

Black with #14FEDC

Text Example


Text Example

White with #14FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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