#BBFEF7

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

Shades of Pale Turquoise #BBFEF7

Tints of Pale Turquoise #BBFEF7

Color information

#BBFEF7 (or 0xBBFEF7) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and F7. RGB value is (187,254,247). Sum of RGB (Red+Green+Blue) = 187+254+247=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF7 is #440108. Grayscale: #E9E9E9. Windows color (decimal): -4456713 or 16252603. OLE color: 16252603.

HSL color Cylindrical-coordinate representation of color #BBFEF7: hue angle of 173.73º 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 #BBFEF7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB187254247-
CMYK0.2600.030.00
HSL173.73º97.1%86.47%-
HSV(B)173.73º26.38%99.61%-
XYZ72.7288.16101.18-
YUV233.17135.895.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.18%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=27.18%
G=36.92%
B=35.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542470.2600.030.00173.7397.186.47
HexBBFEF71A030ae6156
Octal27337636732030256141126
Binary1011101111111110111101111101001101010111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEF7; }

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

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

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

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

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

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

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

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