#0ED6D3

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

Shades of Dark Turquoise #0ED6D3

Tints of Dark Turquoise #0ED6D3

Color information

#0ED6D3 (or 0x0ED6D3) is unknown color: approx Dark Turquoise. HEX triplet: 0E, D6 and D3. RGB value is (14,214,211). Sum of RGB (Red+Green+Blue) = 14+214+211=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6D3 is #F1292C. Grayscale: #999999. Windows color (decimal): -15804717 or 13882894. OLE color: 13882894.

HSL color Cylindrical-coordinate representation of color #0ED6D3: hue angle of 179.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6D3 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB14214211-
CMYK0.9300.010.16
HSL179.1º87.72%44.71%-
HSV(B)179.1º93.46%83.92%-
XYZ35.9952.8969.94-
YUV153.86160.2428.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.19%
GREEN value IS 214 (83.98% from 255) = 48.75%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=3.19%
G=48.75%
B=48.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142142110.9300.010.16179.187.7244.71
HexED6D35D0110b3582d
Octal16326323135012026313055
Binary1110110101101101001110111010110000101100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ED6D3; }

 p { color: rgb(14,214,211); }

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

<style>
 a { background-color: #0ED6D3; }

 a { background-color: rgb(14,214,211); }

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

<style>
 span { border-color: #0ED6D3; }

 span { border-color: rgb(14,214,211); }

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