#0BFFE2

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

Shades of Bright Turquoise #0BFFE2

Tints of Bright Turquoise #0BFFE2

Color information

#0BFFE2 (or 0x0BFFE2) is unknown color: approx Bright Turquoise. HEX triplet: 0B, FF and E2. RGB value is (11,255,226). Sum of RGB (Red+Green+Blue) = 11+255+226=492 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFE2 is #F4001D. Grayscale: #B2B2B2. Windows color (decimal): -15990814 or 14876427. OLE color: 14876427.

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

Color convert

RGB11255226-
CMYK0.9600.110
HSL172.87º100%52.16%-
HSV(B)172.87º95.69%100%-
XYZ49.6377.0884.21-
YUV178.74154.668.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.24%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 226 (88.67% from 255) = 45.93%
R=2.24%
G=51.83%
B=45.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112552260.9600.110172.8710052.16
HexBFFE2600B0ad6434
Octal13377342140013025514464
Binary101111111111111000101100000010110101011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,255,226); }

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

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

 a { background-color: rgb(11,255,226); }

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

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

 span { border-color: rgb(11,255,226); }

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