#BBF4FB

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

Shades of Pale Turquoise #BBF4FB

Tints of Pale Turquoise #BBF4FB

Color information

#BBF4FB (or 0xBBF4FB) is unknown color: approx Pale Turquoise. HEX triplet: BB, F4 and FB. RGB value is (187,244,251). Sum of RGB (Red+Green+Blue) = 187+244+251=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4FB is #440B04. Grayscale: #E3E3E3. Windows color (decimal): -4459269 or 16512187. OLE color: 16512187.

HSL color Cylindrical-coordinate representation of color #BBF4FB: hue angle of 186.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF4FB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187244251-
CMYK0.250.0300.02
HSL186.56º88.89%85.88%-
HSV(B)186.56º25.5%98.43%-
XYZ70.2682.23103.44-
YUV227.75141.1298.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.42%
GREEN value IS 244 (95.70% from 255) = 35.78%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=27.42%
G=35.78%
B=36.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872442510.250.0300.02186.5688.8985.88
HexBBF4FB19302bb5956
Octal27336437331302273131126
Binary10111011111101001111101111001110101011101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4FB; }

 p { color: rgb(187,244,251); }

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

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

 a { background-color: rgb(187,244,251); }

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

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

 span { border-color: rgb(187,244,251); }

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