#14D9CD

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

Shades of Dark Turquoise #14D9CD

Tints of Dark Turquoise #14D9CD

Color information

#14D9CD (or 0x14D9CD) is unknown color: approx Dark Turquoise. HEX triplet: 14, D9 and CD. RGB value is (20,217,205). Sum of RGB (Red+Green+Blue) = 20+217+205=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9CD is #EB2632. Grayscale: #9C9C9C. Windows color (decimal): -15410739 or 13490452. OLE color: 13490452.

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

Color convert

RGB20217205-
CMYK0.9100.060.15
HSL176.35º83.12%46.47%-
HSV(B)176.35º90.78%85.1%-
XYZ36.1254.1866.31-
YUV156.73155.2330.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.52%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=4.52%
G=49.10%
B=46.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202172050.9100.060.15176.3583.1246.47
Hex14D9CD5B06Fb0532e
Octal24331315133061726012356
Binary101001101100111001101101101101101111101100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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