#0FEBE4

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

Shades of Bright Turquoise #0FEBE4

Tints of Bright Turquoise #0FEBE4

Color information

#0FEBE4 (or 0x0FEBE4) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EB and E4. RGB value is (15,235,228). Sum of RGB (Red+Green+Blue) = 15+235+228=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBE4 is #F0141B. Grayscale: #A8A8A8. Windows color (decimal): -15733788 or 15002383. OLE color: 15002383.

HSL color Cylindrical-coordinate representation of color #0FEBE4: hue angle of 178.09º 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 #0FEBE4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB15235228-
CMYK0.9400.030.08
HSL178.09º88%49.02%-
HSV(B)178.09º93.62%92.16%-
XYZ43.9165.1283.65-
YUV168.42161.6118.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152352280.9400.030.08178.098849.02
HexFEBE45E038b25831
Octal17353344136031026213061
Binary1111111010111110010010111100111000101100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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