#BBF5EC

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

Shades of Pale Turquoise #BBF5EC

Tints of Pale Turquoise #BBF5EC

Color information

#BBF5EC (or 0xBBF5EC) is unknown color: approx Pale Turquoise. HEX triplet: BB, F5 and EC. RGB value is (187,245,236). Sum of RGB (Red+Green+Blue) = 187+245+236=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5EC is #440A13. Grayscale: #E2E2E2. Windows color (decimal): -4459028 or 15529403. OLE color: 15529403.

HSL color Cylindrical-coordinate representation of color #BBF5EC: hue angle of 170.69º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5EC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB187245236-
CMYK0.2400.040.04
HSL170.69º74.36%84.71%-
HSV(B)170.69º23.67%96.08%-
XYZ68.2981.9391.57-
YUV226.63133.2899.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 245 (96.09% from 255) = 36.68%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=27.99%
G=36.68%
B=35.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872452360.2400.040.04170.6974.3684.71
HexBBF5EC18044ab4a55
Octal27336535430044253112125
Binary1011101111110101111011001100001001001010101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5EC; }

 p { color: rgb(187,245,236); }

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

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

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

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

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

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

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