#0feaf4

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

Shades of Bright Turquoise #0FEAF4

Tints of Bright Turquoise #0FEAF4

Color information

#0FEAF4 (or 0x0FEAF4) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EA and F4. RGB value is (15,234,244). Sum of RGB (Red+Green+Blue) = 15+234+244=493 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #0FEAF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAF4 is #F0150B. Grayscale: #A9A9A9. Windows color (decimal): -15734028 or 16050703. OLE color: 16050703.

HSL color Cylindrical-coordinate representation of color #0FEAF4: hue angle of 182.62º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAF4 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15234244-
CMYK0.940.0400.04
HSL182.62º91.24%50.78%-
HSV(B)182.62º93.85%95.69%-
XYZ45.9565.4895.8-
YUV169.66169.9517.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.04%
GREEN value IS 234 (91.80% from 255) = 47.46%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=3.04%
G=47.46%
B=49.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal152342440.940.0400.04182.6291.2450.78
HexFEAF45E404b75b33
Octal1735236413640426713363
Binary1111111010101111010010111101000100101101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0feaf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,234,244); }

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

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

 a { background-color: rgb(15,234,244); }

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

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

 span { border-color: rgb(15,234,244); }

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