#14D4D8

Color #14D4D8 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #14D4D8

Tints of Dark Turquoise #14D4D8

Color information

#14D4D8 (or 0x14D4D8) is unknown color: approx Dark Turquoise. HEX triplet: 14, D4 and D8. RGB value is (20,212,216). Sum of RGB (Red+Green+Blue) = 20+212+216=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #14D4D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D4D8 is #EB2B27. Grayscale: #9A9A9A. Windows color (decimal): -15412008 or 14210068. OLE color: 14210068.

HSL color Cylindrical-coordinate representation of color #14D4D8: hue angle of 181.22º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D4D8 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20212216-
CMYK0.910.0200.15
HSL181.22º83.05%46.27%-
HSV(B)181.22º90.74%84.71%-
XYZ36.2352.1973.13-
YUV155.05162.3931.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.46%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=4.46%
G=47.32%
B=48.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202122160.910.0200.15181.2283.0546.27
Hex14D4D85B20Fb5532e
Octal24324330133201726512356
Binary10100110101001101100010110111001111101101011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,212,216); }

 H1.HeaderClassName
 {
   color: #14D4D8;
 }
 .AnyTagClassName
 {
   color: #14D4D8;
 }
</style>
background-color css

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

 a { background-color: rgb(20,212,216); }

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

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

 span { border-color: rgb(20,212,216); }

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