#0BEFF0

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

Shades of Bright Turquoise #0BEFF0

Tints of Bright Turquoise #0BEFF0

Color information

#0BEFF0 (or 0x0BEFF0) is unknown color: approx Bright Turquoise. HEX triplet: 0B, EF and F0. RGB value is (11,239,240). Sum of RGB (Red+Green+Blue) = 11+239+240=490 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #0BEFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFF0 is #F4100F. Grayscale: #AAAAAA. Windows color (decimal): -15994896 or 15789835. OLE color: 15789835.

HSL color Cylindrical-coordinate representation of color #0BEFF0: hue angle of 180.26º 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 #0BEFF0 is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11239240-
CMYK0.950.0000.06
HSL180.26º91.24%49.22%-
HSV(B)180.26º95.42%94.12%-
XYZ46.7368.193.12-
YUV170.94166.9613.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.24%
GREEN value IS 239 (93.75% from 255) = 48.78%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=2.24%
G=48.78%
B=48.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112392400.950.0000.06180.2691.2449.22
HexBEFF05F006b45b31
Octal1335736013700626413361
Binary10111110111111110000101111100110101101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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