#0EEDD6

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

Shades of Bright Turquoise #0EEDD6

Tints of Bright Turquoise #0EEDD6

Color information

#0EEDD6 (or 0x0EEDD6) is unknown color: approx Bright Turquoise. HEX triplet: 0E, ED and D6. RGB value is (14,237,214). Sum of RGB (Red+Green+Blue) = 14+237+214=465 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.01% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDD6 is #F11229. Grayscale: #A7A7A7. Windows color (decimal): -15798826 or 14085390. OLE color: 14085390.

HSL color Cylindrical-coordinate representation of color #0EEDD6: hue angle of 173.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDD6 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB14237214-
CMYK0.9400.100.07
HSL173.81º88.84%49.22%-
HSV(B)173.81º94.09%92.94%-
XYZ42.665.5274.02-
YUV167.7154.1218.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.01%
GREEN value IS 237 (92.97% from 255) = 50.97%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=3.01%
G=50.97%
B=46.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142372140.9400.100.07173.8188.8449.22
HexEEDD65E0A7ae5931
Octal16355326136012725613161
Binary11101110110111010110101111001010111101011101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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