#B0FFFE

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

Shades of Pale Turquoise #B0FFFE

Tints of Pale Turquoise #B0FFFE

Color information

#B0FFFE (or 0xB0FFFE) is unknown color: approx Pale Turquoise. HEX triplet: B0, FF and FE. RGB value is (176,255,254). Sum of RGB (Red+Green+Blue) = 176+255+254=685 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.69% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFE is #4F0001. Grayscale: #E7E7E7. Windows color (decimal): -5177346 or 16711600. OLE color: 16711600.

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

Color convert

RGB176255254-
CMYK0.3100.000
HSL179.24º100%84.51%-
HSV(B)179.24º30.98%100%-
XYZ71.5587.91106.96-
YUV231.26140.8388.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.69%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=25.69%
G=37.23%
B=37.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552540.3100.000179.2410084.51
HexB0FFFE1F000b36455
Octal26037737637000263144125
Binary101100001111111111111110111110001011001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFFE; }

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

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

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

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

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

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

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

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