Html Css Color HEX #14E8EA Bright Turquoise

📋 copy color: '#14E8EA'

red 20 ◦ green 232 ◦ blue 234

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

Shades of Bright Turquoise #14E8EA

Tints of Bright Turquoise #14E8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.74%

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 4.12%
G = 47.74%
B = 48.15%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#14E8EA (or 0x14E8EA) is known color: Bright Turquoise. HEX triplet: 14, E8 and EA. RGB value is (20,232,234). Sum of RGB (Red+Green+Blue) = 20+232+234=486 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #14E8EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E8EA is #EB1715. Grayscale: #A8A8A8. Windows color (decimal): -15406870 or 15394836. OLE color: 15394836.

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

Color convert

RGB 20 232 234 -
CMYK 0.91 0.01 0 0.08
HSL 180.56º 0.84% 0.5% -
HSV(B) 180.56º 0.91% 0.92% -
XYZ 44 63.8 87.84 -
YUV 168.84 164.76 21.84 -
System Red Green Blue C M Y K H S L
Decimal 20 232 234 0.91 0.01 0 0.08 180.56 0.84 0.5
Hex 14 E8 EA 5B 1 0 8 B5 54 32
Octal 24 350 352 133 1 0 10 265 124 62
Binary 10100 11101000 11101010 1011011 1 0 1000 10110101 1010100 110010

Color Harmonies of #14E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E8EA

Black with #14E8EA

Text Example


Text Example

White with #14E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,232,234); }

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

background-color css

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

 a { background-color: rgb(20,232,234); }

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

border-color css

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

 span { border-color: rgb(20,232,234); }

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