#0EE8F0

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

Shades of Bright Turquoise #0EE8F0

Tints of Bright Turquoise #0EE8F0

Color information

#0EE8F0 (or 0x0EE8F0) is unknown color: approx Bright Turquoise. HEX triplet: 0E, E8 and F0. RGB value is (14,232,240). Sum of RGB (Red+Green+Blue) = 14+232+240=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #0EE8F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE8F0 is #F1170F. Grayscale: #A7A7A7. Windows color (decimal): -15800080 or 15788046. OLE color: 15788046.

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

Color convert

RGB14232240-
CMYK0.940.0300.06
HSL182.12º88.98%49.8%-
HSV(B)182.12º94.17%94.12%-
XYZ44.7764.192.45-
YUV167.73168.7818.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.88%
GREEN value IS 232 (91.02% from 255) = 47.74%
BLUE value IS 240 (94.14% from 255) = 49.38%
R=2.88%
G=47.74%
B=49.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142322400.940.0300.06182.1288.9849.8
HexEE8F05E306b65932
Octal1635036013630626613162
Binary111011101000111100001011110110110101101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,232,240); }

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

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

 a { background-color: rgb(14,232,240); }

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

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

 span { border-color: rgb(14,232,240); }

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