#B0F9F5

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

Shades of Pale Turquoise #B0F9F5

Tints of Pale Turquoise #B0F9F5

Color information

#B0F9F5 (or 0xB0F9F5) is unknown color: approx Pale Turquoise. HEX triplet: B0, F9 and F5. RGB value is (176,249,245). Sum of RGB (Red+Green+Blue) = 176+249+245=670 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.27% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F9F5 is #4F060A. Grayscale: #E2E2E2. Windows color (decimal): -5178891 or 16120240. OLE color: 16120240.

HSL color Cylindrical-coordinate representation of color #B0F9F5: hue angle of 176.71º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9F5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB176249245-
CMYK0.2900.020.02
HSL176.71º85.88%83.33%-
HSV(B)176.71º29.32%97.65%-
XYZ68.2683.5798.92-
YUV226.72138.3291.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.27%
GREEN value IS 249 (97.66% from 255) = 37.16%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=26.27%
G=37.16%
B=36.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762492450.2900.020.02176.7185.8883.33
HexB0F9F51D022b15653
Octal26037136535022261126123
Binary10110000111110011111010111101010101011000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9F5; }

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

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

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

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

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

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

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

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