Html Css Color HEX #14ECBA Bright Turquoise

📋 copy color: '#14ECBA'

red 20 ◦ green 236 ◦ blue 186

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

Shades of Bright Turquoise #14ECBA

Tints of Bright Turquoise #14ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.39%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 4.52%
G = 53.39%
B = 42.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#14ECBA (or 0x14ECBA) is known color: Bright Turquoise. HEX triplet: 14, EC and BA. RGB value is (20,236,186). Sum of RGB (Red+Green+Blue) = 20+236+186=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECBA is #EB1345. Grayscale: #A5A5A5. Windows color (decimal): -15405894 or 12250132. OLE color: 12250132.

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

Color convert

RGB 20 236 186 -
CMYK 0.92 0 0.21 0.07
HSL 166.11º 0.85% 0.5% -
HSV(B) 166.11º 0.92% 0.93% -
XYZ 39.15 63.68 56.68 -
YUV 165.72 139.44 24.07 -
System Red Green Blue C M Y K H S L
Decimal 20 236 186 0.92 0 0.21 0.07 166.11 0.85 0.5
Hex 14 EC BA 5C 0 15 7 A6 55 32
Octal 24 354 272 134 0 25 7 246 125 62
Binary 10100 11101100 10111010 1011100 0 10101 111 10100110 1010101 110010

Color Harmonies of #14ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ECBA

Black with #14ECBA

Text Example


Text Example

White with #14ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,236,186); }

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

background-color css

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

 a { background-color: rgb(20,236,186); }

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

border-color css

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

 span { border-color: rgb(20,236,186); }

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