#0fe9ec

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

Shades of Bright Turquoise #0FE9EC

Tints of Bright Turquoise #0FE9EC

Color information

#0FE9EC (or 0x0FE9EC) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E9 and EC. RGB value is (15,233,236). Sum of RGB (Red+Green+Blue) = 15+233+236=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FE9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE9EC is #F01613. Grayscale: #A7A7A7. Windows color (decimal): -15734292 or 15526159. OLE color: 15526159.

HSL color Cylindrical-coordinate representation of color #0FE9EC: hue angle of 180.81º degrees, saturation: 0.88, 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 #0FE9EC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15233236-
CMYK0.940.0100.07
HSL180.81º88.05%49.22%-
HSV(B)180.81º93.64%92.55%-
XYZ44.4864.4489.45-
YUV168.16166.2818.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.10%
GREEN value IS 233 (91.41% from 255) = 48.14%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=3.10%
G=48.14%
B=48.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152332360.940.0100.07180.8188.0549.22
HexFE9EC5E107b55831
Octal1735135413610726513061
Binary11111110100111101100101111010111101101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fe9ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,233,236); }

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

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

 a { background-color: rgb(15,233,236); }

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

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

 span { border-color: rgb(15,233,236); }

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