#b0f0f3

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

Shades of Pale Turquoise #B0F0F3

Tints of Pale Turquoise #B0F0F3

Color information

#B0F0F3 (or 0xB0F0F3) is unknown color: approx Pale Turquoise. HEX triplet: B0, F0 and F3. RGB value is (176,240,243). Sum of RGB (Red+Green+Blue) = 176+240+243=659 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.71% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0F0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0F3 is #4F0F0C. Grayscale: #DDDDDD. Windows color (decimal): -5181197 or 15986864. OLE color: 15986864.

HSL color Cylindrical-coordinate representation of color #B0F0F3: hue angle of 182.69º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F0F3 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176240243-
CMYK0.280.0100.05
HSL182.69º73.63%82.16%-
HSV(B)182.69º27.57%95.29%-
XYZ65.2478.0296.42-
YUV221.21140.395.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.71%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=26.71%
G=36.42%
B=36.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762402430.280.0100.05182.6973.6382.16
HexB0F0F31C105b74a52
Octal26036036334105267112122
Binary10110000111100001111001111100101011011011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f0f3; }

 p { color: rgb(176,240,243); }

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

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

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

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

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

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

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