#B5F5F9

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

Shades of Pale Turquoise #B5F5F9

Tints of Pale Turquoise #B5F5F9

Color information

#B5F5F9 (or 0xB5F5F9) is unknown color: approx Pale Turquoise. HEX triplet: B5, F5 and F9. RGB value is (181,245,249). Sum of RGB (Red+Green+Blue) = 181+245+249=675 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.81% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5F5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F5F9 is #4A0A06. Grayscale: #E2E2E2. Windows color (decimal): -4852231 or 16381365. OLE color: 16381365.

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

Color convert

RGB181245249-
CMYK0.270.0200.02
HSL183.53º85%84.31%-
HSV(B)183.53º27.31%97.65%-
XYZ68.8181.97101.82-
YUV226.32140.895.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.81%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=26.81%
G=36.30%
B=36.89%

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
Decimal1812452490.270.0200.02183.538584.31
HexB5F5F91B202b85554
Octal26536537133202270125124
Binary10110101111101011111100111011100101011100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F5F9; }

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

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

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

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

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

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

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

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