#b5f0eb

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

Shades of Pale Turquoise #B5F0EB

Tints of Pale Turquoise #B5F0EB

Color information

#B5F0EB (or 0xB5F0EB) is unknown color: approx Pale Turquoise. HEX triplet: B5, F0 and EB. RGB value is (181,240,235). Sum of RGB (Red+Green+Blue) = 181+240+235=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0EB is #4A0F14. Grayscale: #DDDDDD. Windows color (decimal): -4853525 or 15462581. OLE color: 15462581.

HSL color Cylindrical-coordinate representation of color #B5F0EB: hue angle of 174.92º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0EB is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB181240235-
CMYK0.2500.020.06
HSL174.92º66.29%82.55%-
HSV(B)174.92º24.58%94.12%-
XYZ65.2178.1490.24-
YUV221.79135.4598.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.59%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=27.59%
G=36.59%
B=35.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402350.2500.020.06174.9266.2982.55
HexB5F0EB19026af4253
Octal26536035331026257102123
Binary101101011111000011101011110010101101010111110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f0eb; }

 p { color: rgb(181,240,235); }

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

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

 a { background-color: rgb(181,240,235); }

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

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

 span { border-color: rgb(181,240,235); }

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