#B7FAFA

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

Shades of Pale Turquoise #B7FAFA

Tints of Pale Turquoise #B7FAFA

Color information

#B7FAFA (or 0xB7FAFA) is unknown color: approx Pale Turquoise. HEX triplet: B7, FA and FA. RGB value is (183,250,250). Sum of RGB (Red+Green+Blue) = 183+250+250=683 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.79% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #B7FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAFA is #480505. Grayscale: #E5E5E5. Windows color (decimal): -4719878 or 16448183. OLE color: 16448183.

HSL color Cylindrical-coordinate representation of color #B7FAFA: hue angle of 180º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FAFA is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183250250-
CMYK0.27000.02
HSL180º87.01%84.9%-
HSV(B)180º26.8%98.04%-
XYZ70.9785.34103.17-
YUV229.97139.394.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.79%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=26.79%
G=36.60%
B=36.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502500.27000.0218087.0184.9
HexB7FAFA1B002b45755
Octal26737237233002264127125
Binary1011011111111010111110101101100101011010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FAFA; }

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

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

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

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

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

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

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

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