#B0FFF8

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

Shades of Pale Turquoise #B0FFF8

Tints of Pale Turquoise #B0FFF8

Color information

#B0FFF8 (or 0xB0FFF8) is unknown color: approx Pale Turquoise. HEX triplet: B0, FF and F8. RGB value is (176,255,248). Sum of RGB (Red+Green+Blue) = 176+255+248=679 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.92% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF8 is #4F0007. Grayscale: #E6E6E6. Windows color (decimal): -5177352 or 16318384. OLE color: 16318384.

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

Color convert

RGB176255248-
CMYK0.3100.030
HSL174.68º100%84.51%-
HSV(B)174.68º30.98%100%-
XYZ70.6187.53101.98-
YUV230.58137.8389.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.92%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 248 (97.27% from 255) = 36.52%
R=25.92%
G=37.56%
B=36.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552480.3100.030174.6810084.51
HexB0FFF81F030af6455
Octal26037737037030257144125
Binary1011000011111111111110001111101101010111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFF8; }

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

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

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

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

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

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

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

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