#B0F4FE

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

Shades of Pale Turquoise #B0F4FE

Tints of Pale Turquoise #B0F4FE

Color information

#B0F4FE (or 0xB0F4FE) is unknown color: approx Pale Turquoise. HEX triplet: B0, F4 and FE. RGB value is (176,244,254). Sum of RGB (Red+Green+Blue) = 176+244+254=674 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.11% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F4FE is #4F0B01. Grayscale: #E0E0E0. Windows color (decimal): -5180162 or 16708784. OLE color: 16708784.

HSL color Cylindrical-coordinate representation of color #B0F4FE: hue angle of 187.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F4FE is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176244254-
CMYK0.310.0400.00
HSL187.69º97.5%84.31%-
HSV(B)187.69º30.71%99.61%-
XYZ68.1481.09105.83-
YUV224.81144.4793.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.11%
GREEN value IS 244 (95.70% from 255) = 36.20%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=26.11%
G=36.20%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762442540.310.0400.00187.6997.584.31
HexB0F4FE1F400bc6254
Octal26036437637400274142124
Binary10110000111101001111111011111100001011110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4FE; }

 p { color: rgb(176,244,254); }

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

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

 a { background-color: rgb(176,244,254); }

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

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

 span { border-color: rgb(176,244,254); }

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