#BBF3F0

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

Shades of Pale Turquoise #BBF3F0

Tints of Pale Turquoise #BBF3F0

Color information

#BBF3F0 (or 0xBBF3F0) is unknown color: approx Pale Turquoise. HEX triplet: BB, F3 and F0. RGB value is (187,243,240). Sum of RGB (Red+Green+Blue) = 187+243+240=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F0 is #440C0F. Grayscale: #E1E1E1. Windows color (decimal): -4459536 or 15791035. OLE color: 15791035.

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

Color convert

RGB187243240-
CMYK0.2300.010.05
HSL176.79º70%84.31%-
HSV(B)176.79º23.05%95.29%-
XYZ68.2780.9694.47-
YUV225.91135.95100.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=27.91%
G=36.27%
B=35.82%

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
Decimal1872432400.2300.010.05176.797084.31
HexBBF3F017015b14654
Octal27336336027015261106124
Binary10111011111100111111000010111011011011000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF3F0; }

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

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

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

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

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

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

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

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