#BBFEF3

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

Shades of Pale Turquoise #BBFEF3

Tints of Pale Turquoise #BBFEF3

Color information

#BBFEF3 (or 0xBBFEF3) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and F3. RGB value is (187,254,243). Sum of RGB (Red+Green+Blue) = 187+254+243=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF3 is #44010C. Grayscale: #E8E8E8. Windows color (decimal): -4456717 or 15990459. OLE color: 15990459.

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

Color convert

RGB187254243-
CMYK0.2600.040.00
HSL170.15º97.1%86.47%-
HSV(B)170.15º26.38%99.61%-
XYZ72.1187.9297.96-
YUV232.71133.895.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.34%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=27.34%
G=37.13%
B=35.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542430.2600.040.00170.1597.186.47
HexBBFEF31A040aa6156
Octal27337636332040252141126
Binary10111011111111101111001111010010001010101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEF3; }

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

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

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

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

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

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

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

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