Html Css Color HEX #14E4EC Bright Turquoise

📋 copy color: '#14E4EC'

red 20 ◦ green 228 ◦ blue 236

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

Shades of Bright Turquoise #14E4EC

Tints of Bright Turquoise #14E4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.11%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 4.13%
G = 47.11%
B = 48.76%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#14E4EC (or 0x14E4EC) is known color: Bright Turquoise. HEX triplet: 14, E4 and EC. RGB value is (20,228,236). Sum of RGB (Red+Green+Blue) = 20+228+236=484 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.13% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #14E4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E4EC is #EB1B13. Grayscale: #A6A6A6. Windows color (decimal): -15407892 or 15524884. OLE color: 15524884.

HSL color Cylindrical-coordinate representation of color #14E4EC: hue angle of 182.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E4EC is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 228 236 -
CMYK 0.92 0.03 0 0.07
HSL 182.22º 0.85% 0.5% -
HSV(B) 182.22º 0.92% 0.93% -
XYZ 43.17 61.69 88.99 -
YUV 166.72 167.09 23.35 -
System Red Green Blue C M Y K H S L
Decimal 20 228 236 0.92 0.03 0 0.07 182.22 0.85 0.5
Hex 14 E4 EC 5C 3 0 7 B6 55 32
Octal 24 344 354 134 3 0 7 266 125 62
Binary 10100 11100100 11101100 1011100 11 0 111 10110110 1010101 110010

Color Harmonies of #14E4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E4EC

Black with #14E4EC

Text Example


Text Example

White with #14E4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,236); }

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

background-color css

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

 a { background-color: rgb(20,228,236); }

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

border-color css

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

 span { border-color: rgb(20,228,236); }

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