#B5ECEC

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

Shades of Pale Turquoise #B5ECEC

Tints of Pale Turquoise #B5ECEC

Color information

#B5ECEC (or 0xB5ECEC) is unknown color: approx Pale Turquoise. HEX triplet: B5, EC and EC. RGB value is (181,236,236). Sum of RGB (Red+Green+Blue) = 181+236+236=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #B5ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECEC is #4A1313. Grayscale: #DBDBDB. Windows color (decimal): -4854548 or 15527093. OLE color: 15527093.

HSL color Cylindrical-coordinate representation of color #B5ECEC: hue angle of 180º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECEC is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181236236-
CMYK0.23000.07
HSL180º59.14%81.76%-
HSV(B)180º23.31%92.55%-
XYZ64.1975.8790.62-
YUV219.55137.28100.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.72%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=27.72%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812362360.23000.0718059.1481.76
HexB5ECEC17007b43b52
Octal2653543542700726473122
Binary1011010111101100111011001011100111101101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECEC; }

 p { color: rgb(181,236,236); }

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

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

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

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

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

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

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