#B0F6FF

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

Shades of Pale Turquoise #B0F6FF

Tints of Pale Turquoise #B0F6FF

Color information

#B0F6FF (or 0xB0F6FF) is unknown color: approx Pale Turquoise. HEX triplet: B0, F6 and FF. RGB value is (176,246,255). Sum of RGB (Red+Green+Blue) = 176+246+255=677 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.00% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F6FF is #4F0900. Grayscale: #E1E1E1. Windows color (decimal): -5179649 or 16774832. OLE color: 16774832.

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

Color convert

RGB176246255-
CMYK0.310.0400
HSL186.84º100%84.51%-
HSV(B)186.84º30.98%100%-
XYZ68.9182.36106.87-
YUV226.1144.3192.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.00%
GREEN value IS 246 (96.48% from 255) = 36.34%
BLUE value IS 255 (100% from 255) = 37.67%
R=26.00%
G=36.34%
B=37.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762462550.310.0400186.8410084.51
HexB0F6FF1F400bb6455
Octal26036637737400273144125
Binary10110000111101101111111111111100001011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F6FF; }

 p { color: rgb(176,246,255); }

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

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

 a { background-color: rgb(176,246,255); }

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

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

 span { border-color: rgb(176,246,255); }

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