Html Css Color HEX #14E7EA Bright Turquoise

📋 copy color: '#14E7EA'

red 20 ◦ green 231 ◦ blue 234

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

Shades of Bright Turquoise #14E7EA

Tints of Bright Turquoise #14E7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

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

R = 4.12%
G = 47.63%
B = 48.25%

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

#14E7EA (or 0x14E7EA) is known color: Bright Turquoise. HEX triplet: 14, E7 and EA. RGB value is (20,231,234). Sum of RGB (Red+Green+Blue) = 20+231+234=485 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #14E7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E7EA is #EB1815. Grayscale: #A8A8A8. Windows color (decimal): -15407126 or 15394580. OLE color: 15394580.

HSL color Cylindrical-coordinate representation of color #14E7EA: hue angle of 180.84º 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 #14E7EA is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 231 234 -
CMYK 0.91 0.01 0 0.08
HSL 180.84º 0.84% 0.5% -
HSV(B) 180.84º 0.91% 0.92% -
XYZ 43.72 63.24 87.74 -
YUV 168.25 165.1 22.26 -
System Red Green Blue C M Y K H S L
Decimal 20 231 234 0.91 0.01 0 0.08 180.84 0.84 0.5
Hex 14 E7 EA 5B 1 0 8 B5 54 32
Octal 24 347 352 133 1 0 10 265 124 62
Binary 10100 11100111 11101010 1011011 1 0 1000 10110101 1010100 110010

Color Harmonies of #14E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E7EA

Black with #14E7EA

Text Example


Text Example

White with #14E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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