Html Css Color HEX #14EBD2 Bright Turquoise

📋 copy color: '#14EBD2'

red 20 ◦ green 235 ◦ blue 210

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

Shades of Bright Turquoise #14EBD2

Tints of Bright Turquoise #14EBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.54%

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 4.3%
G = 50.54%
B = 45.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#14EBD2 (or 0x14EBD2) is known color: Bright Turquoise. HEX triplet: 14, EB and D2. RGB value is (20,235,210). Sum of RGB (Red+Green+Blue) = 20+235+210=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EBD2 is #EB142D. Grayscale: #A7A7A7. Windows color (decimal): -15406126 or 13822740. OLE color: 13822740.

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

Color convert

RGB 20 235 210 -
CMYK 0.91 0 0.11 0.08
HSL 173.02º 0.84% 0.5% -
HSV(B) 173.02º 0.91% 0.92% -
XYZ 41.63 64.22 71.17 -
YUV 167.87 151.77 22.53 -
System Red Green Blue C M Y K H S L
Decimal 20 235 210 0.91 0 0.11 0.08 173.02 0.84 0.5
Hex 14 EB D2 5B 0 B 8 AD 54 32
Octal 24 353 322 133 0 13 10 255 124 62
Binary 10100 11101011 11010010 1011011 0 1011 1000 10101101 1010100 110010

Color Harmonies of #14EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBD2

Black with #14EBD2

Text Example


Text Example

White with #14EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,235,210); }

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

background-color css

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

 a { background-color: rgb(20,235,210); }

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

border-color css

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

 span { border-color: rgb(20,235,210); }

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