Html Css Color HEX #14EADA Bright Turquoise

📋 copy color: '#14EADA'

red 20 ◦ green 234 ◦ blue 218

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

Shades of Bright Turquoise #14EADA

Tints of Bright Turquoise #14EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 4.24%
G = 49.58%
B = 46.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#14EADA (or 0x14EADA) is known color: Bright Turquoise. HEX triplet: 14, EA and DA. RGB value is (20,234,218). Sum of RGB (Red+Green+Blue) = 20+234+218=472 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.24% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #14EADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EADA is #EB1525. Grayscale: #A8A8A8. Windows color (decimal): -15406374 or 14346772. OLE color: 14346772.

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

Color convert

RGB 20 234 218 -
CMYK 0.91 0 0.07 0.08
HSL 175.51º 0.84% 0.5% -
HSV(B) 175.51º 0.91% 0.92% -
XYZ 42.37 64.06 76.46 -
YUV 168.19 156.1 22.3 -
System Red Green Blue C M Y K H S L
Decimal 20 234 218 0.91 0 0.07 0.08 175.51 0.84 0.5
Hex 14 EA DA 5B 0 7 8 B0 54 32
Octal 24 352 332 133 0 7 10 260 124 62
Binary 10100 11101010 11011010 1011011 0 111 1000 10110000 1010100 110010

Color Harmonies of #14EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EADA

Black with #14EADA

Text Example


Text Example

White with #14EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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