#BFF9FB

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

Shades of Pale Turquoise #BFF9FB

Tints of Pale Turquoise #BFF9FB

Color information

#BFF9FB (or 0xBFF9FB) is unknown color: approx Pale Turquoise. HEX triplet: BF, F9 and FB. RGB value is (191,249,251). Sum of RGB (Red+Green+Blue) = 191+249+251=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9FB is #400604. Grayscale: #E7E7E7. Windows color (decimal): -4195845 or 16513471. OLE color: 16513471.

HSL color Cylindrical-coordinate representation of color #BFF9FB: hue angle of 182º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF9FB is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191249251-
CMYK0.240.0100.02
HSL182º88.24%86.67%-
HSV(B)182º23.9%98.43%-
XYZ72.7785.79103.99-
YUV231.89138.7898.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.64%
GREEN value IS 249 (97.66% from 255) = 36.03%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=27.64%
G=36.03%
B=36.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492510.240.0100.0218288.2486.67
HexBFF9FB18102b65857
Octal27737137330102266130127
Binary1011111111111001111110111100010101011011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9FB; }

 p { color: rgb(191,249,251); }

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

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

 a { background-color: rgb(191,249,251); }

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

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

 span { border-color: rgb(191,249,251); }

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