#B0EFFA

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

Shades of Pale Turquoise #B0EFFA

Tints of Pale Turquoise #B0EFFA

Color information

#B0EFFA (or 0xB0EFFA) is unknown color: approx Pale Turquoise. HEX triplet: B0, EF and FA. RGB value is (176,239,250). Sum of RGB (Red+Green+Blue) = 176+239+250=665 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.47% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFFA is #4F1005. Grayscale: #DDDDDD. Windows color (decimal): -5181446 or 16445360. OLE color: 16445360.

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

Color convert

RGB176239250-
CMYK0.300.0400.02
HSL188.92º88.1%83.53%-
HSV(B)188.92º29.6%98.04%-
XYZ66.0377.87101.99-
YUV221.42144.1395.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.47%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=26.47%
G=35.94%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762392500.300.0400.02188.9288.183.53
HexB0EFFA1E402bd5854
Octal26035737236402275130124
Binary101100001110111111111010111101000101011110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFFA; }

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

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

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

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

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

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

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

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