#0BDAF3

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

Shades of Bright Turquoise #0BDAF3

Tints of Bright Turquoise #0BDAF3

Color information

#0BDAF3 (or 0x0BDAF3) is unknown color: approx Bright Turquoise. HEX triplet: 0B, DA and F3. RGB value is (11,218,243). Sum of RGB (Red+Green+Blue) = 11+218+243=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #0BDAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDAF3 is #F4250C. Grayscale: #9E9E9E. Windows color (decimal): -16000269 or 15981067. OLE color: 15981067.

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

Color convert

RGB11218243-
CMYK0.950.1000.05
HSL186.47º91.34%49.8%-
HSV(B)186.47º95.47%95.29%-
XYZ41.3956.6993.55-
YUV158.96175.4222.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.33%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=2.33%
G=46.19%
B=51.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112182430.950.1000.05186.4791.3449.8
HexBDAF35FA05ba5b32
Octal13332363137120527213362
Binary10111101101011110011101111110100101101110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,218,243); }

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

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

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

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

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

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

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