Html Css Color HEX #0EC6DC Dark Turquoise

📋 copy color: '#0EC6DC'

red 14 ◦ green 198 ◦ blue 220

#0EC6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0EC6DC

Tints of Dark Turquoise #0EC6DC

RGB

 RED value IS 14 (5.86% from 255) = 3.24%

 GREEN value IS 198 (77.73% from 255) = 45.83%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 3.24%
G = 45.83%
B = 50.93%

CMYK

 C value IS 0.94

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EC6DC (or 0x0EC6DC) is known color: Dark Turquoise. HEX triplet: 0E, C6 and DC. RGB value is (14,198,220). Sum of RGB (Red+Green+Blue) = 14+198+220=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #0EC6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC6DC is #F13923. Grayscale: #919191. Windows color (decimal): -15808804 or 14468622. OLE color: 14468622.

HSL color Cylindrical-coordinate representation of color #0EC6DC: hue angle of 186.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC6DC is Cyan = 0.94, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 198 220 -
CMYK 0.94 0.1 0 0.14
HSL 186.41º 0.88% 0.46% -
HSV(B) 186.41º 0.94% 0.86% -
XYZ 33.29 45.65 74.77 -
YUV 145.49 170.04 34.21 -
System Red Green Blue C M Y K H S L
Decimal 14 198 220 0.94 0.1 0 0.14 186.41 0.88 0.46
Hex E C6 DC 5E A 0 E BA 58 2E
Octal 16 306 334 136 12 0 16 272 130 56
Binary 1110 11000110 11011100 1011110 1010 0 1110 10111010 1011000 101110

Color Harmonies of #0EC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC6DC

Black with #0EC6DC

Text Example


Text Example

White with #0EC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,198,220); }

 H1.HeaderClassName
 {
   color: #0EC6DC;
 }
 .AnyTagClassName
 {
   color: #0EC6DC;
 }
</style>

background-color css

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

 a { background-color: rgb(14,198,220); }

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

border-color css

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

 span { border-color: rgb(14,198,220); }

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