#BBF4F2

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

Shades of Pale Turquoise #BBF4F2

Tints of Pale Turquoise #BBF4F2

Color information

#BBF4F2 (or 0xBBF4F2) is unknown color: approx Pale Turquoise. HEX triplet: BB, F4 and F2. RGB value is (187,244,242). Sum of RGB (Red+Green+Blue) = 187+244+242=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F2 is #440B0D. Grayscale: #E2E2E2. Windows color (decimal): -4459278 or 15922363. OLE color: 15922363.

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

Color convert

RGB187244242-
CMYK0.2300.010.04
HSL177.89º72.15%84.51%-
HSV(B)177.89º23.36%95.69%-
XYZ68.8781.6896.14-
YUV226.73136.6299.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 244 (95.70% from 255) = 36.26%
BLUE value IS 242 (94.92% from 255) = 35.96%
R=27.79%
G=36.26%
B=35.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872442420.2300.010.04177.8972.1584.51
HexBBF4F217014b24855
Octal27336436227014262110125
Binary10111011111101001111001010111011001011001010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4F2; }

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

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

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

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

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

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

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

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