#B0EEFC

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

Shades of Pale Turquoise #B0EEFC

Tints of Pale Turquoise #B0EEFC

Color information

#B0EEFC (or 0xB0EEFC) is unknown color: approx Pale Turquoise. HEX triplet: B0, EE and FC. RGB value is (176,238,252). Sum of RGB (Red+Green+Blue) = 176+238+252=666 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.43% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEFC is #4F1103. Grayscale: #DCDCDC. Windows color (decimal): -5181700 or 16576176. OLE color: 16576176.

HSL color Cylindrical-coordinate representation of color #B0EEFC: hue angle of 191.05º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0EEFC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176238252-
CMYK0.300.0600.01
HSL191.05º92.68%83.92%-
HSV(B)191.05º30.16%98.82%-
XYZ66.0577.41103.56-
YUV221.06145.4695.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.43%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=26.43%
G=35.74%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762382520.300.0600.01191.0592.6883.92
HexB0EEFC1E601bf5d54
Octal26035637436601277135124
Binary10110000111011101111110011110110011011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEFC; }

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

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

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

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

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

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

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

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