#BBF7EF

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

Shades of Pale Turquoise #BBF7EF

Tints of Pale Turquoise #BBF7EF

Color information

#BBF7EF (or 0xBBF7EF) is unknown color: approx Pale Turquoise. HEX triplet: BB, F7 and EF. RGB value is (187,247,239). Sum of RGB (Red+Green+Blue) = 187+247+239=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7EF is #440810. Grayscale: #E4E4E4. Windows color (decimal): -4458513 or 15726523. OLE color: 15726523.

HSL color Cylindrical-coordinate representation of color #BBF7EF: hue angle of 172º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7EF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB187247239-
CMYK0.2400.030.03
HSL172º78.95%85.1%-
HSV(B)172º24.29%96.86%-
XYZ69.3383.3294.09-
YUV228.15134.1298.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=27.79%
G=36.70%
B=35.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472390.2400.030.0317278.9585.1
HexBBF7EF18033ac4f55
Octal27336735730033254117125
Binary10111011111101111110111111000011111010110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7EF; }

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

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

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

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

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

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

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

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