#0EDBEF

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

Shades of Bright Turquoise #0EDBEF

Tints of Bright Turquoise #0EDBEF

Color information

#0EDBEF (or 0x0EDBEF) is unknown color: approx Bright Turquoise. HEX triplet: 0E, DB and EF. RGB value is (14,219,239). Sum of RGB (Red+Green+Blue) = 14+219+239=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EDBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDBEF is #F12410. Grayscale: #9F9F9F. Windows color (decimal): -15803409 or 15719182. OLE color: 15719182.

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

Color convert

RGB14219239-
CMYK0.940.0800.06
HSL185.33º88.93%49.61%-
HSV(B)185.33º94.14%93.73%-
XYZ41.0956.9990.5-
YUV159.99172.5823.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.97%
GREEN value IS 219 (85.94% from 255) = 46.40%
BLUE value IS 239 (93.75% from 255) = 50.64%
R=2.97%
G=46.40%
B=50.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142192390.940.0800.06185.3388.9349.61
HexEDBEF5E806b95932
Octal16333357136100627113162
Binary11101101101111101111101111010000110101110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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