#B7F5F9

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

Shades of Pale Turquoise #B7F5F9

Tints of Pale Turquoise #B7F5F9

Color information

#B7F5F9 (or 0xB7F5F9) is unknown color: approx Pale Turquoise. HEX triplet: B7, F5 and F9. RGB value is (183,245,249). Sum of RGB (Red+Green+Blue) = 183+245+249=677 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.03% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7F5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F5F9 is #480A06. Grayscale: #E2E2E2. Windows color (decimal): -4721159 or 16381367. OLE color: 16381367.

HSL color Cylindrical-coordinate representation of color #B7F5F9: hue angle of 183.64º degrees, saturation: 0.85, 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 #B7F5F9 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183245249-
CMYK0.270.0200.02
HSL183.64º84.62%84.71%-
HSV(B)183.64º26.51%97.65%-
XYZ69.2882.21101.84-
YUV226.92140.4696.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.03%
GREEN value IS 245 (96.09% from 255) = 36.19%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=27.03%
G=36.19%
B=36.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832452490.270.0200.02183.6484.6284.71
HexB7F5F91B202b85555
Octal26736537133202270125125
Binary10110111111101011111100111011100101011100010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F5F9; }

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

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

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

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

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

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

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

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