#B5F9F5

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

Shades of Pale Turquoise #B5F9F5

Tints of Pale Turquoise #B5F9F5

Color information

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

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

Color convert

RGB181249245-
CMYK0.2700.020.02
HSL176.47º85%84.31%-
HSV(B)176.47º27.31%97.65%-
XYZ69.4184.1798.97-
YUV228.21137.4794.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812492450.2700.020.02176.478584.31
HexB5F9F51B022b05554
Octal26537136533022260125124
Binary10110101111110011111010111011010101011000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F9F5; }

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

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

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

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

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

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

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

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