#BBF2EB

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

Shades of Pale Turquoise #BBF2EB

Tints of Pale Turquoise #BBF2EB

Color information

#BBF2EB (or 0xBBF2EB) is unknown color: approx Pale Turquoise. HEX triplet: BB, F2 and EB. RGB value is (187,242,235). Sum of RGB (Red+Green+Blue) = 187+242+235=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EB is #440D14. Grayscale: #E0E0E0. Windows color (decimal): -4459797 or 15463099. OLE color: 15463099.

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

Color convert

RGB187242235-
CMYK0.2300.030.05
HSL172.36º67.9%84.12%-
HSV(B)172.36º22.73%94.9%-
XYZ67.2480.0790.51-
YUV224.76133.78101.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=28.16%
G=36.45%
B=35.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422350.2300.030.05172.3667.984.12
HexBBF2EB17035ac4454
Octal27336235327035254104124
Binary101110111111001011101011101110111011010110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2EB; }

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

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

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

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

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

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

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

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