#B0EFFB

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

Shades of Pale Turquoise #B0EFFB

Tints of Pale Turquoise #B0EFFB

Color information

#B0EFFB (or 0xB0EFFB) is unknown color: approx Pale Turquoise. HEX triplet: B0, EF and FB. RGB value is (176,239,251). Sum of RGB (Red+Green+Blue) = 176+239+251=666 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.43% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFFB is #4F1004. Grayscale: #DDDDDD. Windows color (decimal): -5181445 or 16510896. OLE color: 16510896.

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

Color convert

RGB176239251-
CMYK0.300.0500.02
HSL189.6º90.36%83.73%-
HSV(B)189.6º29.88%98.43%-
XYZ66.1877.93102.82-
YUV221.53144.6395.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.43%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=26.43%
G=35.89%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762392510.300.0500.02189.690.3683.73
HexB0EFFB1E502be5a54
Octal26035737336502276132124
Binary101100001110111111111011111101010101011111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFFB; }

 p { color: rgb(176,239,251); }

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

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

 a { background-color: rgb(176,239,251); }

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

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

 span { border-color: rgb(176,239,251); }

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