Html Css Color HEX #14E2E9 Bright Turquoise

📋 copy color: '#14E2E9'

red 20 ◦ green 226 ◦ blue 233

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

Shades of Bright Turquoise #14E2E9

Tints of Bright Turquoise #14E2E9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.18%

 BLUE value IS 233 (91.41% from 255) = 48.64%

R = 4.18%
G = 47.18%
B = 48.64%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#14E2E9 (or 0x14E2E9) is known color: Bright Turquoise. HEX triplet: 14, E2 and E9. RGB value is (20,226,233). Sum of RGB (Red+Green+Blue) = 20+226+233=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #14E2E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E2E9 is #EB1D16. Grayscale: #A4A4A4. Windows color (decimal): -15408407 or 15327764. OLE color: 15327764.

HSL color Cylindrical-coordinate representation of color #14E2E9: hue angle of 181.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E2E9 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 226 233 -
CMYK 0.91 0.03 0 0.09
HSL 181.97º 0.84% 0.5% -
HSV(B) 181.97º 0.91% 0.91% -
XYZ 42.19 60.42 86.53 -
YUV 165.2 166.25 24.43 -
System Red Green Blue C M Y K H S L
Decimal 20 226 233 0.91 0.03 0 0.09 181.97 0.84 0.5
Hex 14 E2 E9 5B 3 0 9 B6 54 32
Octal 24 342 351 133 3 0 11 266 124 62
Binary 10100 11100010 11101001 1011011 11 0 1001 10110110 1010100 110010

Color Harmonies of #14E2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E2E9

Black with #14E2E9

Text Example


Text Example

White with #14E2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,226,233); }

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

background-color css

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

 a { background-color: rgb(20,226,233); }

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

border-color css

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

 span { border-color: rgb(20,226,233); }

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