#B0FAFE

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

Shades of Pale Turquoise #B0FAFE

Tints of Pale Turquoise #B0FAFE

Color information

#B0FAFE (or 0xB0FAFE) is unknown color: approx Pale Turquoise. HEX triplet: B0, FA and FE. RGB value is (176,250,254). Sum of RGB (Red+Green+Blue) = 176+250+254=680 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.88% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAFE is #4F0501. Grayscale: #E4E4E4. Windows color (decimal): -5178626 or 16710320. OLE color: 16710320.

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

Color convert

RGB176250254-
CMYK0.310.0200.00
HSL183.08º97.5%84.31%-
HSV(B)183.08º30.71%99.61%-
XYZ69.9884.76106.44-
YUV228.33142.4890.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.88%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=25.88%
G=36.76%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762502540.310.0200.00183.0897.584.31
HexB0FAFE1F200b76254
Octal26037237637200267142124
Binary1011000011111010111111101111110001011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAFE; }

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

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

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

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

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

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

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

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