#B7FFFA

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

Shades of Pale Turquoise #B7FFFA

Tints of Pale Turquoise #B7FFFA

Color information

#B7FFFA (or 0xB7FFFA) is unknown color: approx Pale Turquoise. HEX triplet: B7, FF and FA. RGB value is (183,255,250). Sum of RGB (Red+Green+Blue) = 183+255+250=688 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.60% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFFA is #480005. Grayscale: #E8E8E8. Windows color (decimal): -4718598 or 16449463. OLE color: 16449463.

HSL color Cylindrical-coordinate representation of color #B7FFFA: hue angle of 175.83º 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 #B7FFFA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB183255250-
CMYK0.2800.020
HSL175.83º100%85.88%-
HSV(B)175.83º28.24%100%-
XYZ72.5488.49103.7-
YUV232.9137.6592.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.60%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=26.60%
G=37.06%
B=36.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552500.2800.020175.8310085.88
HexB7FFFA1C020b06456
Octal26737737234020260144126
Binary1011011111111111111110101110001001011000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFFA; }

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

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

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

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

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

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

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

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