#0FFEE4

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

Shades of Bright Turquoise #0FFEE4

Tints of Bright Turquoise #0FFEE4

Color information

#0FFEE4 (or 0x0FFEE4) is unknown color: approx Bright Turquoise. HEX triplet: 0F, FE and E4. RGB value is (15,254,228). Sum of RGB (Red+Green+Blue) = 15+254+228=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFEE4 is #F0011B. Grayscale: #B3B3B3. Windows color (decimal): -15728924 or 15007247. OLE color: 15007247.

HSL color Cylindrical-coordinate representation of color #0FFEE4: hue angle of 173.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFEE4 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB15254228-
CMYK0.9400.100.00
HSL173.47º99.17%52.75%-
HSV(B)173.47º94.09%99.61%-
XYZ49.6476.5985.57-
YUV179.57155.3210.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.02%
GREEN value IS 254 (99.61% from 255) = 51.11%
BLUE value IS 228 (89.45% from 255) = 45.88%
R=3.02%
G=51.11%
B=45.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal152542280.9400.100.00173.4799.1752.75
HexFFEE45E0A0ad6335
Octal17376344136012025514365
Binary111111111110111001001011110010100101011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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