#B5F0E9

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

Shades of Pale Turquoise #B5F0E9

Tints of Pale Turquoise #B5F0E9

Color information

#B5F0E9 (or 0xB5F0E9) is unknown color: approx Pale Turquoise. HEX triplet: B5, F0 and E9. RGB value is (181,240,233). Sum of RGB (Red+Green+Blue) = 181+240+233=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0E9 is #4A0F16. Grayscale: #DDDDDD. Windows color (decimal): -4853527 or 15331509. OLE color: 15331509.

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

Color convert

RGB181240233-
CMYK0.2500.030.06
HSL172.88º66.29%82.55%-
HSV(B)172.88º24.58%94.12%-
XYZ64.9278.0388.73-
YUV221.56134.4599.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.68%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=27.68%
G=36.70%
B=35.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402330.2500.030.06172.8866.2982.55
HexB5F0E919036ad4253
Octal26536035131036255102123
Binary101101011111000011101001110010111101010110110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0E9; }

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

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

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

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

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

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

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

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