#BBF6EF

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

Shades of Pale Turquoise #BBF6EF

Tints of Pale Turquoise #BBF6EF

Color information

#BBF6EF (or 0xBBF6EF) is unknown color: approx Pale Turquoise. HEX triplet: BB, F6 and EF. RGB value is (187,246,239). Sum of RGB (Red+Green+Blue) = 187+246+239=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6EF is #440910. Grayscale: #E3E3E3. Windows color (decimal): -4458769 or 15726267. OLE color: 15726267.

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

Color convert

RGB187246239-
CMYK0.2400.030.04
HSL172.88º76.62%84.9%-
HSV(B)172.88º23.98%96.47%-
XYZ69.0382.7193.99-
YUV227.56134.4599.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 246 (96.48% from 255) = 36.61%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=27.83%
G=36.61%
B=35.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462390.2400.030.04172.8876.6284.9
HexBBF6EF18034ad4d55
Octal27336635730034255115125
Binary101110111111011011101111110000111001010110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6EF; }

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

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

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

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

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

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

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

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