Html Css Color HEX #14E8D9 Bright Turquoise

📋 copy color: '#14E8D9'

red 20 ◦ green 232 ◦ blue 217

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

Shades of Bright Turquoise #14E8D9

Tints of Bright Turquoise #14E8D9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.47%

 BLUE value IS 217 (85.16% from 255) = 46.27%

R = 4.26%
G = 49.47%
B = 46.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#14E8D9 (or 0x14E8D9) is known color: Bright Turquoise. HEX triplet: 14, E8 and D9. RGB value is (20,232,217). Sum of RGB (Red+Green+Blue) = 20+232+217=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #14E8D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E8D9 is #EB1726. Grayscale: #A6A6A6. Windows color (decimal): -15406887 or 14280724. OLE color: 14280724.

HSL color Cylindrical-coordinate representation of color #14E8D9: hue angle of 175.75º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E8D9 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 232 217 -
CMYK 0.91 0 0.06 0.09
HSL 175.75º 0.84% 0.49% -
HSV(B) 175.75º 0.91% 0.91% -
XYZ 41.67 62.87 75.58 -
YUV 166.9 156.26 23.22 -
System Red Green Blue C M Y K H S L
Decimal 20 232 217 0.91 0 0.06 0.09 175.75 0.84 0.49
Hex 14 E8 D9 5B 0 6 9 B0 54 31
Octal 24 350 331 133 0 6 11 260 124 61
Binary 10100 11101000 11011001 1011011 0 110 1001 10110000 1010100 110001

Color Harmonies of #14E8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E8D9

Black with #14E8D9

Text Example


Text Example

White with #14E8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,232,217); }

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

background-color css

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

 a { background-color: rgb(20,232,217); }

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

border-color css

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

 span { border-color: rgb(20,232,217); }

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