#BBFFF5

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

Shades of Pale Turquoise #BBFFF5

Tints of Pale Turquoise #BBFFF5

Color information

#BBFFF5 (or 0xBBFFF5) is unknown color: approx Pale Turquoise. HEX triplet: BB, FF and F5. RGB value is (187,255,245). Sum of RGB (Red+Green+Blue) = 187+255+245=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF5 is #44000A. Grayscale: #E9E9E9. Windows color (decimal): -4456459 or 16121787. OLE color: 16121787.

HSL color Cylindrical-coordinate representation of color #BBFFF5: hue angle of 171.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFF5 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB187255245-
CMYK0.2700.040
HSL171.18º100%86.67%-
HSV(B)171.18º26.67%100%-
XYZ72.7388.6899.67-
YUV233.53134.4794.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.22%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=27.22%
G=37.12%
B=35.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552450.2700.040171.1810086.67
HexBBFFF51B040ab6457
Octal27337736533040253144127
Binary10111011111111111111010111011010001010101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFF5; }

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

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

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

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

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

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

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

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