#0BF6E6

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

Shades of Bright Turquoise #0BF6E6

Tints of Bright Turquoise #0BF6E6

Color information

#0BF6E6 (or 0x0BF6E6) is unknown color: approx Bright Turquoise. HEX triplet: 0B, F6 and E6. RGB value is (11,246,230). Sum of RGB (Red+Green+Blue) = 11+246+230=487 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF6E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF6E6 is #F40919. Grayscale: #ADADAD. Windows color (decimal): -15993114 or 15136267. OLE color: 15136267.

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

Color convert

RGB11246230-
CMYK0.9600.070.04
HSL175.91º92.89%50.39%-
HSV(B)175.91º95.53%96.47%-
XYZ47.3871.786.2-
YUV173.91159.6411.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.26%
GREEN value IS 246 (96.48% from 255) = 50.51%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=2.26%
G=50.51%
B=47.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112462300.9600.070.04175.9192.8950.39
HexBF6E660074b05d32
Octal1336634614007426013562
Binary1011111101101110011011000000111100101100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,246,230); }

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

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

 a { background-color: rgb(11,246,230); }

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

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

 span { border-color: rgb(11,246,230); }

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