#0FE4EB

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

Shades of Bright Turquoise #0FE4EB

Tints of Bright Turquoise #0FE4EB

Color information

#0FE4EB (or 0x0FE4EB) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E4 and EB. RGB value is (15,228,235). Sum of RGB (Red+Green+Blue) = 15+228+235=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FE4EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE4EB is #F01B14. Grayscale: #A4A4A4. Windows color (decimal): -15735573 or 15459343. OLE color: 15459343.

HSL color Cylindrical-coordinate representation of color #0FE4EB: hue angle of 181.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE4EB is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15228235-
CMYK0.940.0300.08
HSL181.91º88%49.02%-
HSV(B)181.91º93.62%92.16%-
XYZ42.9461.5988.22-
YUV165.11167.4320.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.14%
GREEN value IS 228 (89.45% from 255) = 47.70%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=3.14%
G=47.70%
B=49.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152282350.940.0300.08181.918849.02
HexFE4EB5E308b65831
Octal17344353136301026613061
Binary1111111001001110101110111101101000101101101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,228,235); }

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

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

 a { background-color: rgb(15,228,235); }

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

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

 span { border-color: rgb(15,228,235); }

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