#B5F3F9

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

Shades of Pale Turquoise #B5F3F9

Tints of Pale Turquoise #B5F3F9

Color information

#B5F3F9 (or 0xB5F3F9) is unknown color: approx Pale Turquoise. HEX triplet: B5, F3 and F9. RGB value is (181,243,249). Sum of RGB (Red+Green+Blue) = 181+243+249=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5F3F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F3F9 is #4A0C06. Grayscale: #E1E1E1. Windows color (decimal): -4852743 or 16380853. OLE color: 16380853.

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

Color convert

RGB181243249-
CMYK0.270.0200.02
HSL185.29º85%84.31%-
HSV(B)185.29º27.31%97.65%-
XYZ68.2180.76101.62-
YUV225.15141.4696.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.89%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=26.89%
G=36.11%
B=37.00%

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
Decimal1812432490.270.0200.02185.298584.31
HexB5F3F91B202b95554
Octal26536337133202271125124
Binary10110101111100111111100111011100101011100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F3F9; }

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

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

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

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

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

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

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

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