#BBFEF5

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

Shades of Pale Turquoise #BBFEF5

Tints of Pale Turquoise #BBFEF5

Color information

#BBFEF5 (or 0xBBFEF5) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and F5. RGB value is (187,254,245). Sum of RGB (Red+Green+Blue) = 187+254+245=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF5 is #44010A. Grayscale: #E8E8E8. Windows color (decimal): -4456715 or 16121531. OLE color: 16121531.

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

Color convert

RGB187254245-
CMYK0.2600.040.00
HSL171.94º97.1%86.47%-
HSV(B)171.94º26.38%99.61%-
XYZ72.4288.0499.56-
YUV232.94134.895.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.26%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=27.26%
G=37.03%
B=35.71%

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
Decimal1872542450.2600.040.00171.9497.186.47
HexBBFEF51A040ac6156
Octal27337636532040254141126
Binary10111011111111101111010111010010001010110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEF5; }

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

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

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

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

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

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

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

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