#B0FFEE

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

Shades of Pale Turquoise #B0FFEE

Tints of Pale Turquoise #B0FFEE

Color information

#B0FFEE (or 0xB0FFEE) is unknown color: approx Pale Turquoise. HEX triplet: B0, FF and EE. RGB value is (176,255,238). Sum of RGB (Red+Green+Blue) = 176+255+238=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFEE is #4F0011. Grayscale: #E5E5E5. Windows color (decimal): -5177362 or 15663024. OLE color: 15663024.

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

Color convert

RGB176255238-
CMYK0.3100.070
HSL167.09º100%84.51%-
HSV(B)167.09º30.98%100%-
XYZ69.186.9294.02-
YUV229.44132.8389.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.31%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=26.31%
G=38.12%
B=35.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552380.3100.070167.0910084.51
HexB0FFEE1F070a76455
Octal26037735637070247144125
Binary10110000111111111110111011111011101010011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFEE; }

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

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

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

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

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

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

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

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