#BBF2EF

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

Shades of Pale Turquoise #BBF2EF

Tints of Pale Turquoise #BBF2EF

Color information

#BBF2EF (or 0xBBF2EF) is unknown color: approx Pale Turquoise. HEX triplet: BB, F2 and EF. RGB value is (187,242,239). Sum of RGB (Red+Green+Blue) = 187+242+239=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EF is #440D10. Grayscale: #E1E1E1. Windows color (decimal): -4459793 or 15725243. OLE color: 15725243.

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

Color convert

RGB187242239-
CMYK0.2300.010.05
HSL176.73º67.9%84.12%-
HSV(B)176.73º22.73%94.9%-
XYZ67.8380.393.59-
YUV225.21135.78100.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=27.99%
G=36.23%
B=35.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422390.2300.010.05176.7367.984.12
HexBBF2EF17015b14454
Octal27336235727015261104124
Binary10111011111100101110111110111011011011000110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2EF; }

 p { color: rgb(187,242,239); }

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

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

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

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

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

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

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