#0FFAE9

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

Shades of Bright Turquoise #0FFAE9

Tints of Bright Turquoise #0FFAE9

Color information

#0FFAE9 (or 0x0FFAE9) is unknown color: approx Bright Turquoise. HEX triplet: 0F, FA and E9. RGB value is (15,250,233). Sum of RGB (Red+Green+Blue) = 15+250+233=498 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAE9 is #F00516. Grayscale: #B1B1B1. Windows color (decimal): -15729943 or 15333903. OLE color: 15333903.

HSL color Cylindrical-coordinate representation of color #0FFAE9: hue angle of 175.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAE9 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB15250233-
CMYK0.9400.070.02
HSL175.66º95.92%51.96%-
HSV(B)175.66º94%98.04%-
XYZ49.0974.3688.86-
YUV177.8159.1411.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.01%
GREEN value IS 250 (98.05% from 255) = 50.20%
BLUE value IS 233 (91.41% from 255) = 46.79%
R=3.01%
G=50.20%
B=46.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152502330.9400.070.02175.6695.9251.96
HexFFAE95E072b06034
Octal1737235113607226014064
Binary111111111010111010011011110011110101100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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