#BBFCF0

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

Shades of Pale Turquoise #BBFCF0

Tints of Pale Turquoise #BBFCF0

Color information

#BBFCF0 (or 0xBBFCF0) is unknown color: approx Pale Turquoise. HEX triplet: BB, FC and F0. RGB value is (187,252,240). Sum of RGB (Red+Green+Blue) = 187+252+240=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCF0 is #44030F. Grayscale: #E7E7E7. Windows color (decimal): -4457232 or 15793339. OLE color: 15793339.

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

Color convert

RGB187252240-
CMYK0.2600.050.01
HSL168.92º91.55%86.08%-
HSV(B)168.92º25.79%98.82%-
XYZ71.0386.4895.39-
YUV231.2132.9796.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=27.54%
G=37.11%
B=35.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522400.2600.050.01168.9291.5586.08
HexBBFCF01A051a95c56
Octal27337436032051251134126
Binary10111011111111001111000011010010111010100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCF0; }

 p { color: rgb(187,252,240); }

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

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

 a { background-color: rgb(187,252,240); }

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

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

 span { border-color: rgb(187,252,240); }

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