#B0F5ED

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

Shades of Pale Turquoise #B0F5ED

Tints of Pale Turquoise #B0F5ED

Color information

#B0F5ED (or 0xB0F5ED) is unknown color: approx Pale Turquoise. HEX triplet: B0, F5 and ED. RGB value is (176,245,237). Sum of RGB (Red+Green+Blue) = 176+245+237=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5ED is #4F0A12. Grayscale: #DFDFDF. Windows color (decimal): -5179923 or 15594928. OLE color: 15594928.

HSL color Cylindrical-coordinate representation of color #B0F5ED: hue angle of 173.04º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F5ED is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB176245237-
CMYK0.2800.030.04
HSL173.04º77.53%82.55%-
HSV(B)173.04º28.16%96.08%-
XYZ65.8480.6592.22-
YUV223.46135.6494.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.75%
GREEN value IS 245 (96.09% from 255) = 37.23%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=26.75%
G=37.23%
B=36.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762452370.2800.030.04173.0477.5382.55
HexB0F5ED1C034ad4e53
Octal26036535534034255116123
Binary101100001111010111101101111000111001010110110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F5ED; }

 p { color: rgb(176,245,237); }

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

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

 a { background-color: rgb(176,245,237); }

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

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

 span { border-color: rgb(176,245,237); }

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