#BBF1EB

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

Shades of Pale Turquoise #BBF1EB

Tints of Pale Turquoise #BBF1EB

Color information

#BBF1EB (or 0xBBF1EB) is unknown color: approx Pale Turquoise. HEX triplet: BB, F1 and EB. RGB value is (187,241,235). Sum of RGB (Red+Green+Blue) = 187+241+235=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1EB is #440E14. Grayscale: #E0E0E0. Windows color (decimal): -4460053 or 15462843. OLE color: 15462843.

HSL color Cylindrical-coordinate representation of color #BBF1EB: hue angle of 173.33º 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 #BBF1EB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB187241235-
CMYK0.2200.020.05
HSL173.33º65.85%83.92%-
HSV(B)173.33º22.41%94.51%-
XYZ66.9479.4790.41-
YUV224.17134.11101.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=28.21%
G=36.35%
B=35.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412350.2200.020.05173.3365.8583.92
HexBBF1EB16025ad4254
Octal27336135326025255102124
Binary101110111111000111101011101100101011010110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1EB; }

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

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

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

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

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

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

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

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