Html Css Color HEX #14EED5 Bright Turquoise

📋 copy color: '#14EED5'

red 20 ◦ green 238 ◦ blue 213

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

Shades of Bright Turquoise #14EED5

Tints of Bright Turquoise #14EED5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.53%

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 4.25%
G = 50.53%
B = 45.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#14EED5 (or 0x14EED5) is known color: Bright Turquoise. HEX triplet: 14, EE and D5. RGB value is (20,238,213). Sum of RGB (Red+Green+Blue) = 20+238+213=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #14EED5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EED5 is #EB112A. Grayscale: #A9A9A9. Windows color (decimal): -15405355 or 14020116. OLE color: 14020116.

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

Color convert

RGB 20 238 213 -
CMYK 0.92 0 0.11 0.07
HSL 173.12º 0.87% 0.51% -
HSV(B) 173.12º 0.92% 0.93% -
XYZ 42.87 66.1 73.45 -
YUV 169.97 152.28 21.03 -
System Red Green Blue C M Y K H S L
Decimal 20 238 213 0.92 0 0.11 0.07 173.12 0.87 0.51
Hex 14 EE D5 5C 0 B 7 AD 57 33
Octal 24 356 325 134 0 13 7 255 127 63
Binary 10100 11101110 11010101 1011100 0 1011 111 10101101 1010111 110011

Color Harmonies of #14EED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EED5

Black with #14EED5

Text Example


Text Example

White with #14EED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,238,213); }

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

background-color css

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

 a { background-color: rgb(20,238,213); }

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

border-color css

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

 span { border-color: rgb(20,238,213); }

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