#0BE5F6

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

Shades of Bright Turquoise #0BE5F6

Tints of Bright Turquoise #0BE5F6

Color information

#0BE5F6 (or 0x0BE5F6) is unknown color: approx Bright Turquoise. HEX triplet: 0B, E5 and F6. RGB value is (11,229,246). Sum of RGB (Red+Green+Blue) = 11+229+246=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #0BE5F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE5F6 is #F41A09. Grayscale: #A5A5A5. Windows color (decimal): -15997450 or 16180491. OLE color: 16180491.

HSL color Cylindrical-coordinate representation of color #0BE5F6: hue angle of 184.34º 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 #0BE5F6 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11229246-
CMYK0.960.0700.04
HSL184.34º92.89%50.39%-
HSV(B)184.34º95.53%96.47%-
XYZ44.7962.7696.94-
YUV165.76173.2817.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.26%
GREEN value IS 229 (89.84% from 255) = 47.12%
BLUE value IS 246 (96.48% from 255) = 50.62%
R=2.26%
G=47.12%
B=50.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112292460.960.0700.04184.3492.8950.39
HexBE5F660704b85d32
Octal1334536614070427013562
Binary1011111001011111011011000001110100101110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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