#B0F1EE

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

Shades of Pale Turquoise #B0F1EE

Tints of Pale Turquoise #B0F1EE

Color information

#B0F1EE (or 0xB0F1EE) is unknown color: approx Pale Turquoise. HEX triplet: B0, F1 and EE. RGB value is (176,241,238). Sum of RGB (Red+Green+Blue) = 176+241+238=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1EE is #4F0E11. Grayscale: #DDDDDD. Windows color (decimal): -5180946 or 15659440. OLE color: 15659440.

HSL color Cylindrical-coordinate representation of color #B0F1EE: hue angle of 177.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F1EE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB176241238-
CMYK0.2700.010.05
HSL177.23º69.89%81.76%-
HSV(B)177.23º26.97%94.51%-
XYZ64.7978.3192.59-
YUV221.22137.4795.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=26.87%
G=36.79%
B=36.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762412380.2700.010.05177.2369.8981.76
HexB0F1EE1B015b14652
Octal26036135633015261106122
Binary10110000111100011110111011011011011011000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1EE; }

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

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

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

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

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

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

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

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