#B7F6FD

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

Shades of Pale Turquoise #B7F6FD

Tints of Pale Turquoise #B7F6FD

Color information

#B7F6FD (or 0xB7F6FD) is unknown color: approx Pale Turquoise. HEX triplet: B7, F6 and FD. RGB value is (183,246,253). Sum of RGB (Red+Green+Blue) = 183+246+253=682 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.83% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7F6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F6FD is #480902. Grayscale: #E3E3E3. Windows color (decimal): -4720899 or 16643767. OLE color: 16643767.

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

Color convert

RGB183246253-
CMYK0.280.0300.01
HSL186º94.59%85.49%-
HSV(B)186º27.67%99.22%-
XYZ70.2183.07105.26-
YUV227.96142.1395.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.83%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=26.83%
G=36.07%
B=37.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832462530.280.0300.0118694.5985.49
HexB7F6FD1C301ba5f55
Octal26736637534301272137125
Binary1011011111110110111111011110011011011101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F6FD; }

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

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

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

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

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

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

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

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