#B7F6F8

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

Shades of Pale Turquoise #B7F6F8

Tints of Pale Turquoise #B7F6F8

Color information

#B7F6F8 (or 0xB7F6F8) is unknown color: approx Pale Turquoise. HEX triplet: B7, F6 and F8. RGB value is (183,246,248). Sum of RGB (Red+Green+Blue) = 183+246+248=677 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.03% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #B7F6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F6F8 is #480907. Grayscale: #E3E3E3. Windows color (decimal): -4720904 or 16316087. OLE color: 16316087.

HSL color Cylindrical-coordinate representation of color #B7F6F8: hue angle of 181.85º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F6F8 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183246248-
CMYK0.260.0100.03
HSL181.85º82.28%84.51%-
HSV(B)181.85º26.21%97.25%-
XYZ69.4382.76101.12-
YUV227.39139.6396.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.03%
GREEN value IS 246 (96.48% from 255) = 36.34%
BLUE value IS 248 (97.27% from 255) = 36.63%
R=27.03%
G=36.34%
B=36.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832462480.260.0100.03181.8582.2884.51
HexB7F6F81A103b65255
Octal26736637032103266122125
Binary1011011111110110111110001101010111011011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F6F8; }

 p { color: rgb(183,246,248); }

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

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

 a { background-color: rgb(183,246,248); }

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

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

 span { border-color: rgb(183,246,248); }

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