#B0FFF0

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

Shades of Pale Turquoise #B0FFF0

Tints of Pale Turquoise #B0FFF0

Color information

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

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

Color convert

RGB176255240-
CMYK0.3100.060
HSL168.61º100%84.51%-
HSV(B)168.61º30.98%100%-
XYZ69.3987.0495.58-
YUV229.67133.8389.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552400.3100.060168.6110084.51
HexB0FFF01F060a96455
Octal26037736037060251144125
Binary10110000111111111111000011111011001010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFF0; }

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

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

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

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

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

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

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

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