#B5F8F1

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

Shades of Pale Turquoise #B5F8F1

Tints of Pale Turquoise #B5F8F1

Color information

#B5F8F1 (or 0xB5F8F1) is unknown color: approx Pale Turquoise. HEX triplet: B5, F8 and F1. RGB value is (181,248,241). Sum of RGB (Red+Green+Blue) = 181+248+241=670 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.01% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8F1 is #4A070E. Grayscale: #E3E3E3. Windows color (decimal): -4851471 or 15857845. OLE color: 15857845.

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

Color convert

RGB181248241-
CMYK0.2700.030.03
HSL173.73º82.72%84.12%-
HSV(B)173.73º27.02%97.25%-
XYZ68.583.3195.69-
YUV227.17135.895.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.01%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=27.01%
G=37.01%
B=35.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812482410.2700.030.03173.7382.7284.12
HexB5F8F11B033ae5354
Octal26537036133033256123124
Binary10110101111110001111000111011011111010111010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8F1; }

 p { color: rgb(181,248,241); }

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

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

 a { background-color: rgb(181,248,241); }

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

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

 span { border-color: rgb(181,248,241); }

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