#0EC6D7

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

Shades of Dark Turquoise #0EC6D7

Tints of Dark Turquoise #0EC6D7

Color information

#0EC6D7 (or 0x0EC6D7) is unknown color: approx Dark Turquoise. HEX triplet: 0E, C6 and D7. RGB value is (14,198,215). Sum of RGB (Red+Green+Blue) = 14+198+215=427 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.28% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #0EC6D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC6D7 is #F13928. Grayscale: #909090. Windows color (decimal): -15808809 or 14140942. OLE color: 14140942.

HSL color Cylindrical-coordinate representation of color #0EC6D7: hue angle of 185.07º 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 #0EC6D7 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14198215-
CMYK0.930.0800.16
HSL185.07º87.77%44.9%-
HSV(B)185.07º93.49%84.31%-
XYZ32.6445.3971.33-
YUV144.92167.5434.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.28%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 215 (84.38% from 255) = 50.35%
R=3.28%
G=46.37%
B=50.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141982150.930.0800.16185.0787.7744.9
HexEC6D75D8010b9582d
Octal163063271351002027113055
Binary1110110001101101011110111011000010000101110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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