#BBF4FA

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

Shades of Pale Turquoise #BBF4FA

Tints of Pale Turquoise #BBF4FA

Color information

#BBF4FA (or 0xBBF4FA) is unknown color: approx Pale Turquoise. HEX triplet: BB, F4 and FA. RGB value is (187,244,250). Sum of RGB (Red+Green+Blue) = 187+244+250=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4FA is #440B05. Grayscale: #E3E3E3. Windows color (decimal): -4459270 or 16446651. OLE color: 16446651.

HSL color Cylindrical-coordinate representation of color #BBF4FA: hue angle of 185.71º degrees, saturation: 0.86, 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 #BBF4FA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187244250-
CMYK0.250.0200.02
HSL185.71º86.3%85.69%-
HSV(B)185.71º25.2%98.04%-
XYZ70.182.17102.61-
YUV227.64140.6299.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=27.46%
G=35.83%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872442500.250.0200.02185.7186.385.69
HexBBF4FA19202ba5656
Octal27336437231202272126126
Binary10111011111101001111101011001100101011101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4FA; }

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

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

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

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

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

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

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

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