#BBFCFA

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

Shades of Pale Turquoise #BBFCFA

Tints of Pale Turquoise #BBFCFA

Color information

#BBFCFA (or 0xBBFCFA) is unknown color: approx Pale Turquoise. HEX triplet: BB, FC and FA. RGB value is (187,252,250). Sum of RGB (Red+Green+Blue) = 187+252+250=689 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.14% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCFA is #440305. Grayscale: #E8E8E8. Windows color (decimal): -4457222 or 16448699. OLE color: 16448699.

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

Color convert

RGB187252250-
CMYK0.2600.010.01
HSL178.15º91.55%86.08%-
HSV(B)178.15º25.79%98.82%-
XYZ72.5687.09103.43-
YUV232.34137.9795.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.14%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=27.14%
G=36.57%
B=36.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522500.2600.010.01178.1591.5586.08
HexBBFCFA1A011b25c56
Octal27337437232011262134126
Binary101110111111110011111010110100111011001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCFA; }

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

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

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

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

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

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

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

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