#BFF9F9

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

Shades of Pale Turquoise #BFF9F9

Tints of Pale Turquoise #BFF9F9

Color information

#BFF9F9 (or 0xBFF9F9) is unknown color: approx Pale Turquoise. HEX triplet: BF, F9 and F9. RGB value is (191,249,249). Sum of RGB (Red+Green+Blue) = 191+249+249=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #BFF9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9F9 is #400606. Grayscale: #E7E7E7. Windows color (decimal): -4195847 or 16382399. OLE color: 16382399.

HSL color Cylindrical-coordinate representation of color #BFF9F9: hue angle of 180º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9F9 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191249249-
CMYK0.23000.02
HSL180º82.86%86.27%-
HSV(B)180º23.29%97.65%-
XYZ72.4685.67102.34-
YUV231.66137.7899-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.72%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=27.72%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492490.23000.0218082.8686.27
HexBFF9F917002b45356
Octal27737137127002264123126
Binary1011111111111001111110011011100101011010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9F9; }

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

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

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

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

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

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

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

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