#BFF7F2

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

Shades of Pale Turquoise #BFF7F2

Tints of Pale Turquoise #BFF7F2

Color information

#BFF7F2 (or 0xBFF7F2) is unknown color: approx Pale Turquoise. HEX triplet: BF, F7 and F2. RGB value is (191,247,242). Sum of RGB (Red+Green+Blue) = 191+247+242=680 (90% of max value = 765). Red value is 191 (75% from 255 or 28.09% from 680); Green value is 247 (96.88% from 255 or 36.32% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7F2 is #40080D. Grayscale: #E5E5E5. Windows color (decimal): -4196366 or 15923135. OLE color: 15923135.

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

Color convert

RGB191247242-
CMYK0.2300.020.03
HSL174.64º77.78%85.88%-
HSV(B)174.64º22.67%96.86%-
XYZ70.7784.0196.49-
YUV229.69134.95100.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.09%
GREEN value IS 247 (96.88% from 255) = 36.32%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=28.09%
G=36.32%
B=35.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472420.2300.020.03174.6477.7885.88
HexBFF7F217023af4e56
Octal27736736227023257116126
Binary10111111111101111111001010111010111010111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7F2; }

 p { color: rgb(191,247,242); }

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

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

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

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

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

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

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