#0BF0F0

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

Shades of Bright Turquoise #0BF0F0

Tints of Bright Turquoise #0BF0F0

Color information

#0BF0F0 (or 0x0BF0F0) is unknown color: approx Bright Turquoise. HEX triplet: 0B, F0 and F0. RGB value is (11,240,240). Sum of RGB (Red+Green+Blue) = 11+240+240=491 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #0BF0F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF0F0 is #F40F0F. Grayscale: #ABABAB. Windows color (decimal): -15994640 or 15790091. OLE color: 15790091.

HSL color Cylindrical-coordinate representation of color #0BF0F0: hue angle of 180º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF0F0 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11240240-
CMYK0.95000.06
HSL180º91.24%49.22%-
HSV(B)180º95.42%94.12%-
XYZ47.0368.6893.22-
YUV171.53166.6313.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.24%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=2.24%
G=48.88%
B=48.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112402400.95000.0618091.2449.22
HexBF0F05F006b45b31
Octal1336036013700626413361
Binary10111111000011110000101111100110101101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,240,240); }

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

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

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

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

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

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

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