#B5FEF9

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

Shades of Pale Turquoise #B5FEF9

Tints of Pale Turquoise #B5FEF9

Color information

#B5FEF9 (or 0xB5FEF9) is unknown color: approx Pale Turquoise. HEX triplet: B5, FE and F9. RGB value is (181,254,249). Sum of RGB (Red+Green+Blue) = 181+254+249=684 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.46% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEF9 is #4A0106. Grayscale: #E7E7E7. Windows color (decimal): -4849927 or 16383669. OLE color: 16383669.

HSL color Cylindrical-coordinate representation of color #B5FEF9: hue angle of 175.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEF9 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB181254249-
CMYK0.2900.020.00
HSL175.89º97.33%85.29%-
HSV(B)175.89º28.74%99.61%-
XYZ71.687.55102.75-
YUV231.6137.8291.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.46%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=26.46%
G=37.13%
B=36.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542490.2900.020.00175.8997.3385.29
HexB5FEF91D020b06155
Octal26537637135020260141125
Binary1011010111111110111110011110101001011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEF9; }

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

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

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

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

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

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

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

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