#B0FAED

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

Shades of Pale Turquoise #B0FAED

Tints of Pale Turquoise #B0FAED

Color information

#B0FAED (or 0xB0FAED) is unknown color: approx Pale Turquoise. HEX triplet: B0, FA and ED. RGB value is (176,250,237). Sum of RGB (Red+Green+Blue) = 176+250+237=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAED is #4F0512. Grayscale: #E2E2E2. Windows color (decimal): -5178643 or 15596208. OLE color: 15596208.

HSL color Cylindrical-coordinate representation of color #B0FAED: hue angle of 169.46º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAED is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB176250237-
CMYK0.3000.050.02
HSL169.46º88.1%83.53%-
HSV(B)169.46º29.6%98.04%-
XYZ67.3883.7292.73-
YUV226.39133.9892.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.55%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=26.55%
G=37.71%
B=35.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762502370.3000.050.02169.4688.183.53
HexB0FAED1E052a95854
Octal26037235536052251130124
Binary101100001111101011101101111100101101010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAED; }

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

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

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

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

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

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

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

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