#B7F5F3

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

Shades of Pale Turquoise #B7F5F3

Tints of Pale Turquoise #B7F5F3

Color information

#B7F5F3 (or 0xB7F5F3) is unknown color: approx Pale Turquoise. HEX triplet: B7, F5 and F3. RGB value is (183,245,243). Sum of RGB (Red+Green+Blue) = 183+245+243=671 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.27% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F5F3 is #480A0C. Grayscale: #E2E2E2. Windows color (decimal): -4721165 or 15988151. OLE color: 15988151.

HSL color Cylindrical-coordinate representation of color #B7F5F3: hue angle of 178.06º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5F3 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB183245243-
CMYK0.2500.010.04
HSL178.06º75.61%83.92%-
HSV(B)178.06º25.31%96.08%-
XYZ68.3681.8496.99-
YUV226.23137.4697.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.27%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=27.27%
G=36.51%
B=36.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832452430.2500.010.04178.0675.6183.92
HexB7F5F319014b24c54
Octal26736536331014262114124
Binary10110111111101011111001111001011001011001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F5F3; }

 p { color: rgb(183,245,243); }

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

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

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

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

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

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

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