#14D0D8

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

Shades of Dark Turquoise #14D0D8

Tints of Dark Turquoise #14D0D8

Color information

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

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

Color convert

RGB20208216-
CMYK0.910.0400.15
HSL182.45º83.05%46.27%-
HSV(B)182.45º90.74%84.71%-
XYZ35.2450.2272.8-
YUV152.7163.7233.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202082160.910.0400.15182.4583.0546.27
Hex14D0D85B40Fb6532e
Octal24320330133401726612356
Binary101001101000011011000101101110001111101101101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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