#14D8D0

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

Shades of Dark Turquoise #14D8D0

Tints of Dark Turquoise #14D8D0

Color information

#14D8D0 (or 0x14D8D0) is unknown color: approx Dark Turquoise. HEX triplet: 14, D8 and D0. RGB value is (20,216,208). Sum of RGB (Red+Green+Blue) = 20+216+208=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #14D8D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D8D0 is #EB272F. Grayscale: #9C9C9C. Windows color (decimal): -15410992 or 13686804. OLE color: 13686804.

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

Color convert

RGB20216208-
CMYK0.9100.040.15
HSL177.55º83.05%46.27%-
HSV(B)177.55º90.74%84.71%-
XYZ36.2353.8168.15-
YUV156.48157.0730.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.50%
GREEN value IS 216 (84.77% from 255) = 48.65%
BLUE value IS 208 (81.64% from 255) = 46.85%
R=4.50%
G=48.65%
B=46.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202162080.9100.040.15177.5583.0546.27
Hex14D8D05B04Fb2532e
Octal24330320133041726212356
Binary101001101100011010000101101101001111101100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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