#B5EEFA

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

Shades of Pale Turquoise #B5EEFA

Tints of Pale Turquoise #B5EEFA

Color information

#B5EEFA (or 0xB5EEFA) is unknown color: approx Pale Turquoise. HEX triplet: B5, EE and FA. RGB value is (181,238,250). Sum of RGB (Red+Green+Blue) = 181+238+250=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEFA is #4A1105. Grayscale: #DEDEDE. Windows color (decimal): -4854022 or 16445109. OLE color: 16445109.

HSL color Cylindrical-coordinate representation of color #B5EEFA: hue angle of 190.43º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5EEFA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181238250-
CMYK0.280.0500.02
HSL190.43º87.34%84.51%-
HSV(B)190.43º27.6%98.04%-
XYZ66.8977.87101.95-
YUV222.32143.6298.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.06%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=27.06%
G=35.58%
B=37.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812382500.280.0500.02190.4387.3484.51
HexB5EEFA1C502be5755
Octal26535637234502276127125
Binary101101011110111011111010111001010101011111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EEFA; }

 p { color: rgb(181,238,250); }

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

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

 a { background-color: rgb(181,238,250); }

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

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

 span { border-color: rgb(181,238,250); }

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