#0EEFDC

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

Shades of Bright Turquoise #0EEFDC

Tints of Bright Turquoise #0EEFDC

Color information

#0EEFDC (or 0x0EEFDC) is unknown color: approx Bright Turquoise. HEX triplet: 0E, EF and DC. RGB value is (14,239,220). Sum of RGB (Red+Green+Blue) = 14+239+220=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEFDC is #F11023. Grayscale: #A9A9A9. Windows color (decimal): -15798308 or 14479118. OLE color: 14479118.

HSL color Cylindrical-coordinate representation of color #0EEFDC: hue angle of 174.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEFDC is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB14239220-
CMYK0.9400.080.06
HSL174.93º88.93%49.61%-
HSV(B)174.93º94.14%93.73%-
XYZ43.9766.9978.32-
YUV169.56156.4617.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.96%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=2.96%
G=50.53%
B=46.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142392200.9400.080.06174.9388.9349.61
HexEEFDC5E086af5932
Octal16357334136010625713162
Binary11101110111111011100101111001000110101011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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