#B0F7FE

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

Shades of Pale Turquoise #B0F7FE

Tints of Pale Turquoise #B0F7FE

Color information

#B0F7FE (or 0xB0F7FE) is unknown color: approx Pale Turquoise. HEX triplet: B0, F7 and FE. RGB value is (176,247,254). Sum of RGB (Red+Green+Blue) = 176+247+254=677 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.00% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7FE is #4F0801. Grayscale: #E2E2E2. Windows color (decimal): -5179394 or 16709552. OLE color: 16709552.

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

Color convert

RGB176247254-
CMYK0.310.0300.00
HSL185.38º97.5%84.31%-
HSV(B)185.38º30.71%99.61%-
XYZ69.0582.91106.13-
YUV226.57143.4891.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.00%
GREEN value IS 247 (96.88% from 255) = 36.48%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=26.00%
G=36.48%
B=37.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762472540.310.0300.00185.3897.584.31
HexB0F7FE1F300b96254
Octal26036737637300271142124
Binary1011000011110111111111101111111001011100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7FE; }

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

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

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

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

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

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

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

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