#0FECBB

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

Shades of Bright Turquoise #0FECBB

Tints of Bright Turquoise #0FECBB

Color information

#0FECBB (or 0x0FECBB) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EC and BB. RGB value is (15,236,187). Sum of RGB (Red+Green+Blue) = 15+236+187=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECBB is #F01344. Grayscale: #A4A4A4. Windows color (decimal): -15733573 or 12315663. OLE color: 12315663.

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

Color convert

RGB15236187-
CMYK0.9400.210.07
HSL166.7º88.05%49.22%-
HSV(B)166.7º93.64%92.55%-
XYZ39.1663.6857.24-
YUV164.34140.7821.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.42%
GREEN value IS 236 (92.58% from 255) = 53.88%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=3.42%
G=53.88%
B=42.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152361870.9400.210.07166.788.0549.22
HexFECBB5E0157a75831
Octal17354273136025724713061
Binary111111101100101110111011110010101111101001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,236,187); }

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

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

 a { background-color: rgb(15,236,187); }

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

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

 span { border-color: rgb(15,236,187); }

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