Html Css Color HEX #14EBDC Bright Turquoise

📋 copy color: '#14EBDC'

red 20 ◦ green 235 ◦ blue 220

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

Shades of Bright Turquoise #14EBDC

Tints of Bright Turquoise #14EBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 4.21%
G = 49.47%
B = 46.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#14EBDC (or 0x14EBDC) is known color: Bright Turquoise. HEX triplet: 14, EB and DC. RGB value is (20,235,220). Sum of RGB (Red+Green+Blue) = 20+235+220=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EBDC is #EB1423. Grayscale: #A8A8A8. Windows color (decimal): -15406116 or 14478100. OLE color: 14478100.

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

Color convert

RGB 20 235 220 -
CMYK 0.91 0 0.06 0.08
HSL 175.81º 0.84% 0.5% -
HSV(B) 175.81º 0.91% 0.92% -
XYZ 42.92 64.73 77.94 -
YUV 169.01 156.77 21.72 -
System Red Green Blue C M Y K H S L
Decimal 20 235 220 0.91 0 0.06 0.08 175.81 0.84 0.5
Hex 14 EB DC 5B 0 6 8 B0 54 32
Octal 24 353 334 133 0 6 10 260 124 62
Binary 10100 11101011 11011100 1011011 0 110 1000 10110000 1010100 110010

Color Harmonies of #14EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBDC

Black with #14EBDC

Text Example


Text Example

White with #14EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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