#B0F8FE

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

Shades of Pale Turquoise #B0F8FE

Tints of Pale Turquoise #B0F8FE

Color information

#B0F8FE (or 0xB0F8FE) is unknown color: approx Pale Turquoise. HEX triplet: B0, F8 and FE. RGB value is (176,248,254). Sum of RGB (Red+Green+Blue) = 176+248+254=678 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.96% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8FE is #4F0701. Grayscale: #E3E3E3. Windows color (decimal): -5179138 or 16709808. OLE color: 16709808.

HSL color Cylindrical-coordinate representation of color #B0F8FE: hue angle of 184.62º 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 #B0F8FE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176248254-
CMYK0.310.0200.00
HSL184.62º97.5%84.31%-
HSV(B)184.62º30.71%99.61%-
XYZ69.3683.52106.23-
YUV227.16143.1591.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.96%
GREEN value IS 248 (97.27% from 255) = 36.58%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=25.96%
G=36.58%
B=37.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762482540.310.0200.00184.6297.584.31
HexB0F8FE1F200b96254
Octal26037037637200271142124
Binary1011000011111000111111101111110001011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8FE; }

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

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

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

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

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

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

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

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