#B0FAEE

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

Shades of Pale Turquoise #B0FAEE

Tints of Pale Turquoise #B0FAEE

Color information

#B0FAEE (or 0xB0FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B0, FA and EE. RGB value is (176,250,238). Sum of RGB (Red+Green+Blue) = 176+250+238=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAEE is #4F0511. Grayscale: #E2E2E2. Windows color (decimal): -5178642 or 15661744. OLE color: 15661744.

HSL color Cylindrical-coordinate representation of color #B0FAEE: hue angle of 170.27º 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 #B0FAEE is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB176250238-
CMYK0.3000.050.02
HSL170.27º88.1%83.53%-
HSV(B)170.27º29.6%98.04%-
XYZ67.5283.7793.5-
YUV226.51134.4891.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.51%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=26.51%
G=37.65%
B=35.84%

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
Decimal1762502380.3000.050.02170.2788.183.53
HexB0FAEE1E052aa5854
Octal26037235636052252130124
Binary101100001111101011101110111100101101010101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAEE; }

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

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

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

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

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

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

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

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