#B0F0FF

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

Shades of Pale Turquoise #B0F0FF

Tints of Pale Turquoise #B0F0FF

Color information

#B0F0FF (or 0xB0F0FF) is unknown color: approx Pale Turquoise. HEX triplet: B0, F0 and FF. RGB value is (176,240,255). Sum of RGB (Red+Green+Blue) = 176+240+255=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0FF is #4F0F00. Grayscale: #DEDEDE. Windows color (decimal): -5181185 or 16773296. OLE color: 16773296.

HSL color Cylindrical-coordinate representation of color #B0F0FF: hue angle of 191.39º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F0FF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176240255-
CMYK0.310.0600
HSL191.39º100%84.51%-
HSV(B)191.39º30.98%100%-
XYZ67.1178.77106.27-
YUV222.57146.394.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.23%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 255 (100% from 255) = 38.00%
R=26.23%
G=35.77%
B=38.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762402550.310.0600191.3910084.51
HexB0F0FF1F600bf6455
Octal26036037737600277144125
Binary10110000111100001111111111111110001011111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0FF; }

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

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

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

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

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

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

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

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