#B6F7FF

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

Shades of Pale Turquoise #B6F7FF

Tints of Pale Turquoise #B6F7FF

Color information

#B6F7FF (or 0xB6F7FF) is unknown color: approx Pale Turquoise. HEX triplet: B6, F7 and FF. RGB value is (182,247,255). Sum of RGB (Red+Green+Blue) = 182+247+255=684 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.61% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F7FF is #490800. Grayscale: #E4E4E4. Windows color (decimal): -4786177 or 16775094. OLE color: 16775094.

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

Color convert

RGB182247255-
CMYK0.290.0300
HSL186.58º100%85.69%-
HSV(B)186.58º28.63%100%-
XYZ70.683.69107.04-
YUV228.48142.9794.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.61%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 255 (100% from 255) = 37.28%
R=26.61%
G=36.11%
B=37.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822472550.290.0300186.5810085.69
HexB6F7FF1D300bb6456
Octal26636737735300273144126
Binary1011011011110111111111111110111001011101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F7FF; }

 p { color: rgb(182,247,255); }

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

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

 a { background-color: rgb(182,247,255); }

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

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

 span { border-color: rgb(182,247,255); }

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