#BBF1ED

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

Shades of Pale Turquoise #BBF1ED

Tints of Pale Turquoise #BBF1ED

Color information

#BBF1ED (or 0xBBF1ED) is unknown color: approx Pale Turquoise. HEX triplet: BB, F1 and ED. RGB value is (187,241,237). Sum of RGB (Red+Green+Blue) = 187+241+237=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1ED is #440E12. Grayscale: #E0E0E0. Windows color (decimal): -4460051 or 15593915. OLE color: 15593915.

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

Color convert

RGB187241237-
CMYK0.2200.020.05
HSL175.56º65.85%83.92%-
HSV(B)175.56º22.41%94.51%-
XYZ67.2379.5991.94-
YUV224.4135.11101.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=28.12%
G=36.24%
B=35.64%

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
Decimal1872412370.2200.020.05175.5665.8583.92
HexBBF1ED16025b04254
Octal27336135526025260102124
Binary101110111111000111101101101100101011011000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1ED; }

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

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

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

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

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

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

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

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