#B5EAF3

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

Shades of Pale Turquoise #B5EAF3

Tints of Pale Turquoise #B5EAF3

Color information

#B5EAF3 (or 0xB5EAF3) is unknown color: approx Pale Turquoise. HEX triplet: B5, EA and F3. RGB value is (181,234,243). Sum of RGB (Red+Green+Blue) = 181+234+243=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5EAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAF3 is #4A150C. Grayscale: #DBDBDB. Windows color (decimal): -4855053 or 15985333. OLE color: 15985333.

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

Color convert

RGB181234243-
CMYK0.260.0400.05
HSL188.71º72.09%83.14%-
HSV(B)188.71º25.51%95.29%-
XYZ64.6675.1495.89-
YUV219.18141.44100.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.51%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 243 (95.31% from 255) = 36.93%
R=27.51%
G=35.56%
B=36.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812342430.260.0400.05188.7172.0983.14
HexB5EAF31A405bd4853
Octal26535236332405275110123
Binary1011010111101010111100111101010001011011110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EAF3; }

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

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

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

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

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

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

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

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