#BBF1F0

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

Shades of Pale Turquoise #BBF1F0

Tints of Pale Turquoise #BBF1F0

Color information

#BBF1F0 (or 0xBBF1F0) is unknown color: approx Pale Turquoise. HEX triplet: BB, F1 and F0. RGB value is (187,241,240). Sum of RGB (Red+Green+Blue) = 187+241+240=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F0 is #440E0F. Grayscale: #E0E0E0. Windows color (decimal): -4460048 or 15790523. OLE color: 15790523.

HSL color Cylindrical-coordinate representation of color #BBF1F0: hue angle of 178.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1F0 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB187241240-
CMYK0.2200.000.05
HSL178.89º65.85%83.92%-
HSV(B)178.89º22.41%94.51%-
XYZ67.6879.7794.27-
YUV224.74136.61101.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=27.99%
G=36.08%
B=35.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412400.2200.000.05178.8965.8583.92
HexBBF1F016005b34254
Octal27336136026005263102124
Binary10111011111100011111000010110001011011001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1F0; }

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

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

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

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

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

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

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

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