#B5F0EA

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

Shades of Pale Turquoise #B5F0EA

Tints of Pale Turquoise #B5F0EA

Color information

#B5F0EA (or 0xB5F0EA) is unknown color: approx Pale Turquoise. HEX triplet: B5, F0 and EA. RGB value is (181,240,234). Sum of RGB (Red+Green+Blue) = 181+240+234=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0EA is #4A0F15. Grayscale: #DDDDDD. Windows color (decimal): -4853526 or 15397045. OLE color: 15397045.

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

Color convert

RGB181240234-
CMYK0.2500.020.06
HSL173.9º66.29%82.55%-
HSV(B)173.9º24.58%94.12%-
XYZ65.0778.0889.48-
YUV221.68134.9598.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.63%
GREEN value IS 240 (94.14% from 255) = 36.64%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=27.63%
G=36.64%
B=35.73%

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
Decimal1812402340.2500.020.06173.966.2982.55
HexB5F0EA19026ae4253
Octal26536035231026256102123
Binary101101011111000011101010110010101101010111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0EA; }

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

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

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

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

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

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

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

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