#BBF0F0

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

Shades of Pale Turquoise #BBF0F0

Tints of Pale Turquoise #BBF0F0

Color information

#BBF0F0 (or 0xBBF0F0) is unknown color: approx Pale Turquoise. HEX triplet: BB, F0 and F0. RGB value is (187,240,240). Sum of RGB (Red+Green+Blue) = 187+240+240=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #BBF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0F0 is #440F0F. Grayscale: #E0E0E0. Windows color (decimal): -4460304 or 15790267. OLE color: 15790267.

HSL color Cylindrical-coordinate representation of color #BBF0F0: hue angle of 180º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0F0 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187240240-
CMYK0.22000.06
HSL180º63.86%83.73%-
HSV(B)180º22.08%94.12%-
XYZ67.3879.1894.17-
YUV224.15136.94101.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=28.04%
G=35.98%
B=35.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402400.22000.0618063.8683.73
HexBBF0F016006b44054
Octal27336036026006264100124
Binary10111011111100001111000010110001101011010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0F0; }

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

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

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

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

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

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

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

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