#B5F2EA

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

Shades of Pale Turquoise #B5F2EA

Tints of Pale Turquoise #B5F2EA

Color information

#B5F2EA (or 0xB5F2EA) is unknown color: approx Pale Turquoise. HEX triplet: B5, F2 and EA. RGB value is (181,242,234). Sum of RGB (Red+Green+Blue) = 181+242+234=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F2EA is #4A0D15. Grayscale: #DEDEDE. Windows color (decimal): -4853014 or 15397557. OLE color: 15397557.

HSL color Cylindrical-coordinate representation of color #B5F2EA: hue angle of 172.13º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F2EA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB181242234-
CMYK0.2500.030.05
HSL172.13º70.11%82.94%-
HSV(B)172.13º25.21%94.9%-
XYZ65.6679.2789.68-
YUV222.85134.2998.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.55%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=27.55%
G=36.83%
B=35.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812422340.2500.030.05172.1370.1182.94
HexB5F2EA19035ac4653
Octal26536235231035254106123
Binary101101011111001011101010110010111011010110010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F2EA; }

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

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

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

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

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

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

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

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