#BBF3EC

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

Shades of Pale Turquoise #BBF3EC

Tints of Pale Turquoise #BBF3EC

Color information

#BBF3EC (or 0xBBF3EC) is unknown color: approx Pale Turquoise. HEX triplet: BB, F3 and EC. RGB value is (187,243,236). Sum of RGB (Red+Green+Blue) = 187+243+236=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3EC is #440C13. Grayscale: #E1E1E1. Windows color (decimal): -4459540 or 15528891. OLE color: 15528891.

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

Color convert

RGB187243236-
CMYK0.2300.030.05
HSL172.5º70%84.31%-
HSV(B)172.5º23.05%95.29%-
XYZ67.6880.7291.37-
YUV225.46133.95100.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=28.08%
G=36.49%
B=35.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872432360.2300.030.05172.57084.31
HexBBF3EC17035ac4654
Octal27336335427035254106124
Binary101110111111001111101100101110111011010110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3EC; }

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

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

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

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

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

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

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

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