#B7FCFF

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

Shades of Pale Turquoise #B7FCFF

Tints of Pale Turquoise #B7FCFF

Color information

#B7FCFF (or 0xB7FCFF) is unknown color: approx Pale Turquoise. HEX triplet: B7, FC and FF. RGB value is (183,252,255). Sum of RGB (Red+Green+Blue) = 183+252+255=690 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.52% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FCFF is #480300. Grayscale: #E7E7E7. Windows color (decimal): -4719361 or 16776375. OLE color: 16776375.

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

Color convert

RGB183252255-
CMYK0.280.0100
HSL182.5º100%85.88%-
HSV(B)182.5º28.24%100%-
XYZ72.3986.91107.57-
YUV231.71141.1493.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.52%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 255 (100% from 255) = 36.96%
R=26.52%
G=36.52%
B=36.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832522550.280.0100182.510085.88
HexB7FCFF1C100b66456
Octal26737437734100266144126
Binary101101111111110011111111111001001011011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FCFF; }

 p { color: rgb(183,252,255); }

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

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

 a { background-color: rgb(183,252,255); }

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

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

 span { border-color: rgb(183,252,255); }

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