#BBF6F0

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

Shades of Pale Turquoise #BBF6F0

Tints of Pale Turquoise #BBF6F0

Color information

#BBF6F0 (or 0xBBF6F0) is unknown color: approx Pale Turquoise. HEX triplet: BB, F6 and F0. RGB value is (187,246,240). Sum of RGB (Red+Green+Blue) = 187+246+240=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6F0 is #44090F. Grayscale: #E3E3E3. Windows color (decimal): -4458768 or 15791803. OLE color: 15791803.

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

Color convert

RGB187246240-
CMYK0.2400.020.04
HSL173.9º76.62%84.9%-
HSV(B)173.9º23.98%96.47%-
XYZ69.1882.7794.77-
YUV227.68134.9598.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 246 (96.48% from 255) = 36.55%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=27.79%
G=36.55%
B=35.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462400.2400.020.04173.976.6284.9
HexBBF6F018024ae4d55
Octal27336636030024256115125
Binary101110111111011011110000110000101001010111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6F0; }

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

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

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

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

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

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

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

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