#BBFEFB

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

Shades of Pale Turquoise #BBFEFB

Tints of Pale Turquoise #BBFEFB

Color information

#BBFEFB (or 0xBBFEFB) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and FB. RGB value is (187,254,251). Sum of RGB (Red+Green+Blue) = 187+254+251=692 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.02% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFB is #440104. Grayscale: #E9E9E9. Windows color (decimal): -4456709 or 16514747. OLE color: 16514747.

HSL color Cylindrical-coordinate representation of color #BBFEFB: hue angle of 177.31º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEFB is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB187254251-
CMYK0.2600.010.00
HSL177.31º97.1%86.47%-
HSV(B)177.31º26.38%99.61%-
XYZ73.3588.41104.47-
YUV233.62137.894.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.02%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=27.02%
G=36.71%
B=36.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542510.2600.010.00177.3197.186.47
HexBBFEFB1A010b16156
Octal27337637332010261141126
Binary101110111111111011111011110100101011000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEFB; }

 p { color: rgb(187,254,251); }

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

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

 a { background-color: rgb(187,254,251); }

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

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

 span { border-color: rgb(187,254,251); }

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