#BBF4F1

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

Shades of Pale Turquoise #BBF4F1

Tints of Pale Turquoise #BBF4F1

Color information

#BBF4F1 (or 0xBBF4F1) is unknown color: approx Pale Turquoise. HEX triplet: BB, F4 and F1. RGB value is (187,244,241). Sum of RGB (Red+Green+Blue) = 187+244+241=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F1 is #440B0E. Grayscale: #E2E2E2. Windows color (decimal): -4459279 or 15856827. OLE color: 15856827.

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

Color convert

RGB187244241-
CMYK0.2300.010.04
HSL176.84º72.15%84.51%-
HSV(B)176.84º23.36%95.69%-
XYZ68.7281.6295.35-
YUV226.61136.1299.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=27.83%
G=36.31%
B=35.86%

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
Decimal1872442410.2300.010.04176.8472.1584.51
HexBBF4F117014b14855
Octal27336436127014261110125
Binary10111011111101001111000110111011001011000110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4F1; }

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

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

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

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

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

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

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

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