#0EDAF2

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

Shades of Bright Turquoise #0EDAF2

Tints of Bright Turquoise #0EDAF2

Color information

#0EDAF2 (or 0x0EDAF2) is unknown color: approx Bright Turquoise. HEX triplet: 0E, DA and F2. RGB value is (14,218,242). Sum of RGB (Red+Green+Blue) = 14+218+242=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #0EDAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDAF2 is #F1250D. Grayscale: #9F9F9F. Windows color (decimal): -15803662 or 15915534. OLE color: 15915534.

HSL color Cylindrical-coordinate representation of color #0EDAF2: hue angle of 186.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDAF2 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14218242-
CMYK0.940.1000.05
HSL186.32º89.76%50.2%-
HSV(B)186.32º94.21%94.9%-
XYZ41.2856.6592.76-
YUV159.74174.4124.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.95%
GREEN value IS 218 (85.55% from 255) = 45.99%
BLUE value IS 242 (94.92% from 255) = 51.05%
R=2.95%
G=45.99%
B=51.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142182420.940.1000.05186.3289.7650.2
HexEDAF25EA05ba5a32
Octal16332362136120527213262
Binary11101101101011110010101111010100101101110101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,218,242); }

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

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

 a { background-color: rgb(14,218,242); }

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

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

 span { border-color: rgb(14,218,242); }

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