#B5F8F2

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

Shades of Pale Turquoise #B5F8F2

Tints of Pale Turquoise #B5F8F2

Color information

#B5F8F2 (or 0xB5F8F2) is unknown color: approx Pale Turquoise. HEX triplet: B5, F8 and F2. RGB value is (181,248,242). Sum of RGB (Red+Green+Blue) = 181+248+242=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8F2 is #4A070D. Grayscale: #E3E3E3. Windows color (decimal): -4851470 or 15923381. OLE color: 15923381.

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

Color convert

RGB181248242-
CMYK0.2700.020.03
HSL174.63º82.72%84.12%-
HSV(B)174.63º27.02%97.25%-
XYZ68.6583.3796.48-
YUV227.28136.394.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.97%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=26.97%
G=36.96%
B=36.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812482420.2700.020.03174.6382.7284.12
HexB5F8F21B023af5354
Octal26537036233023257123124
Binary10110101111110001111001011011010111010111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8F2; }

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

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

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

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

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

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

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

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