#0EF3CE

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

Shades of Bright Turquoise #0EF3CE

Tints of Bright Turquoise #0EF3CE

Color information

#0EF3CE (or 0x0EF3CE) is unknown color: approx Bright Turquoise. HEX triplet: 0E, F3 and CE. RGB value is (14,243,206). Sum of RGB (Red+Green+Blue) = 14+243+206=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF3CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF3CE is #F10C31. Grayscale: #AAAAAA. Windows color (decimal): -15797298 or 13562638. OLE color: 13562638.

HSL color Cylindrical-coordinate representation of color #0EF3CE: hue angle of 170.31º degrees, saturation: 0.91, 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 #0EF3CE is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB14243206-
CMYK0.9400.150.05
HSL170.31º90.51%50.39%-
HSV(B)170.31º94.24%95.29%-
XYZ43.3768.6569.36-
YUV170.31148.1316.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.02%
GREEN value IS 243 (95.31% from 255) = 52.48%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=3.02%
G=52.48%
B=44.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142432060.9400.150.05170.3190.5150.39
HexEF3CE5E0F5aa5b32
Octal16363316136017525213362
Binary11101111001111001110101111001111101101010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,243,206); }

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

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

 a { background-color: rgb(14,243,206); }

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

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

 span { border-color: rgb(14,243,206); }

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